/* CSS Document */
html {
	height: 100%;
	}	
	
body {
	height: 100%;
	background-color: #FFFFFF;
	}
	
p {
	color: #000000; 
	text-align: justify; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
	line-height: 150%;
	padding-left: 10px;
	padding-right: 10px;
	}
	
a:link {
	color: #0C6812;
	text-decoration: underline;
	border: 0px;
	font-size: small;
	}	

a:visited {
	color: #AAAAAA;
	text-decoration: underline;
	font-size: small;
	}		

div#movie	{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -249px;
	margin-left: -460px;
	}