/*html, body, ul, ol, li, form, fieldset, legend*/
html, body, form, fieldset, legend
{
	text-align: center;
	background-color:none;
	margin:0px 0px;
	padding:0;
	width:100%;

	font-family: Arial, sans-serif; font-weight:normal;
}

#container {
	
	width:600px;
	text-align: center;
}

#movie{
		width:600px;
	text-align: center;
}

#lmno{
	
	text-align:right;
}



/* standard tags setup
--------------------------------------------- */
a { color:#ffffff; text-decoration: none;font-size:0.8em; font-weight:normal;}
a:visited { color:#ffffff; text-decoration: none;}
a:active { color:#ffffff; text-decoration: none;}
a:hover { color:#8fa6bb; text-decoration: none;}
