html, body {
margin: 0;
padding: 0;
background: #f4f4f4;
font-family: Arial, Arial, Helvetica, sans-serif;
font-size: 90%;
color: #666;		
}

#container {
margin: 0 0 0 0;
padding: 0 0 0 20px;
margin-left: auto;
margin-right: auto;
width: 1244px;
background: #f4f4f4;
}

#left {
margin: 0;
padding: 0;
width: 220px;
float: left;
}

#left-content {
margin: 200px 10px 0px 0px;
}

#left-content a {
text-decoration: none;
color: #069;
}

#left-content a:visited {
}

#left-content a:hover {
text-decoration: underline;
color: #f26500;
}

#left-content p {
padding: 10px 0 10px 0;
font-size: 0.95em;
}

#left-content .active {
color: #f26500;
font-weight: bold;
letter-spacing: 1px;
}

#left-content ul {
list-style-type: none;
}

#left-content li {
padding: 0.5em 0 0.5em 0;
margin-left: -40px;
}
#right {
margin: 0;
padding: 0;
width: 1024px;
float: right;
}

#foot {
margin: 0;
padding:  0 0 0 120px;
clear: both;
text-align: left;
}

#foot p {
	font-size: 0.7em;
	letter-spacing: 1px;
}

table {
width: 1024px;
height: 800;
}

table p{
font-size: 0.95em;
line-height: 1.5em;
color: #000;
padding: 60px 65px 0 50px;
}

table p a {
text-decoration: none;
color: #069;
}

table p a:visited {
}

table p a:hover {
text-decoration: underline;
}


.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: #fff;
cursor: pointer;
font-weight: bold;
font-size: 1em;
opacity: .8;
filter: alpha(opacity=80);
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
position: relative;
top: 78%;
left: 31%;
zoom: 100%;
padding: .35em 0.75em;
color: #f26500;
}

.playBackground {
background-color: rgb(0,0,0);
opacity: 0.0;
filter: alpha(opacity=0);
position: absolute;
top: 0px; left: 0px;
}
