body{
	margin: 0;
	background: #FCF7CF; 
} 
#navigation{
	display:none;
	text-align: center;
}
#navigation li{
	list-style: none;
	display: inline;		
}
#container{ 
	position: absolute;
	left:50%;
	top:15%;
	margin-left:-320px; 
	width:640px; 
	height:445px
}

#film{
	width:640px; 
	height:420px;
} 

#footer {
	font: normal 0.6em/1.5em "Lucida Grande", Arial, sans-serif;
	width:640px;
	height:20px;
	line-height:0.5em;
	margin-top: 35px;
	text-align: center;
	background-color: transparent;
	line-height:1em;
	color:#003366;
	border-top: 1px solid #999; 
} 
#footer a:link, #footer a:visited{
	text-decoration: none;
	color:#003366;
} 
 #footer a:hover{ 
	color:#CC0000;
}