* { margin: 0; padding: 0; }

body { background: #000; text-align: center; }

#container {
	position: relative;
	width: 999px;
	height: 650px;
	margin: 0 auto;
	background: url("http://trailers.apple.com/trailers/universal/stateofplay/images/bkg.jpg") no-repeat;
}

/* Links */

#container #links {
	position: absolute;
	left: 354px;
	top: 295px;
	width: 634px;
	height: 113px;
}

#container #return {
	position: absolute;
	left: 850px;
	top: 113px;
	width: 141px;
	height: 20px;
}

#container #visit_site {
	position: absolute;
	left: 352px;
	top: 518px;
	width: 239px;
	height: 20px;
}


/* Video */

#container #video_small {
	position: absolute;
	left: 491px;
	top: 211px;
	width: 320px;
	height: 152px;
}
	
#container #video_medium {
	position: absolute;
	left: 417px;
	top: 181px;
	width: 480px;
	height: 220px;
}
	
#container #video_large {
	position: absolute;
	left: 352px;
	top: 142px;
	width: 640px;
	height: 288px;
}

/* Footer */
	
#footer {
	position: relative;
	width: 901px;
	height: 110px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url("../img/footer.jpg") no-repeat;
}

/* Footer links */

#footer a#return { position: absolute;
	left: 313px; top: 29px;
	width: 256px; height: 22px;
	background: url("../img/return_to_index.png") no-repeat; }

#footer a#official_site { position: absolute;
	left: 310px; top: 83px;
	width: 290px; height: 22px;
	font-family: Times, serif; font-weight: bold; font-size: 16px;
	text-decoration: none; color: #adadad; }
	
#footer a#film_credits { position: absolute;
	left: 386px; top: 113px;
	width: 114px; height: 20px; }
	
#footer a#quicktime { position: absolute;
	left: 413px; top: 154px;
	width: 90px; height: 33px; }
