/* @override http://www.apple.com/library/quicktime/stylesheets/qtp_library.css */

.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;
}

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	background-color: black;
}

a {
	color: red;
	text-decoration: none;
}

.playButton {
  background-color: white;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 35%;
  zoom: 100%;
  padding: .5em 1em;
  color: red;
}

div# {
}

li {
	color: white;
	font-size: 15px;
	text-align: left;
	list-style-type: none;
	top: 100px;
	position: relative;
}

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

