.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton
{
	background-color: #ff3c00;
	cursor: pointer;
	font-weight: bold;
	font-size: 25px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: 2px solid #ffffff;
	position: relative;
	top: 50%;
	zoom: 100%;
	padding: .5em 1em;
	color: white;
	font-family: trebuchet ms;
}

.playBackground {
  background-color: #285858;
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}
