* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	background-color: black;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	font-size: 11px;
	color: #fff;
}

a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }

#OuterContainer {
	padding: 40px;
	margin: 0 auto;
}

#Frame {
	position: absolute;
	top: 150;	
	left: 50%;
	width: 738px;
	height: 578px;
	margin-left: -369px;
	z-index: 3;
	padding-top: 30px;
}

#MovieContainer {
	position: absolute;
	height: 420px;
	width: 560px;
	font-size: 0px;
	z-index: 2;
	margin: 52px 84px;
	text-align: center;
}