@charset "UTF-8";
/* CSS Document */

html, body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#000000;
	}
	
h2 { 
	text-align:center;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	color: #FFFF99;
	}
	
#movie {
	position:relative;
	width:950px;
	height: 540px;
	left:0px;
	top: 15px;
	margin-right:auto;
	margin-left:auto;
	}
	
#navigation {
	position:absolute;
	width:950px;
	height: 25px;
	left:0px;
	top: 560px;
	}

h2 a:link { 
	font-size: 100%;
	color:#ffff99;
	text-decoration: none;
	}
	
h2 a:visited { 
	font-size: 100%;
	color:#ffff99;
	text-decoration:none;
	}
	
h2 a:hover { 
	font-size: 100%;
	color:#ffff99;
	text-decoration:underline;
	}
	
#footer {
	position: absolute;
	text-align: center;
	font-size:11px;
	left: 0px;
	top: 580px;
	width: 100%;
	color: #333333;
	}

a:link, a:visited {
	text-decoration: none;
	color: #333333; 
	}

a:hover {
	text-decoration:underline;
	}




