/* CSS Document */


body,td,th {
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#container {
	width:930px;
	height:666px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:930px;
	height:71px;
	}
	
#body {
	background-image:url(images/body.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:930px;
	height:520px;
	overflow:auto;

	}
	
a {
	color:#CC0000;
}

a:hover {
	text-decoration:none;
}

.content {
	padding-left:65px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	
	
}

.content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:0px;
}

.content h3 {
	margin-bottom:5px;
}

.content img {
	border:#333333 1px solid;
	margin-right:15px;
}

.content span {
	background-color:#000000;
}
	
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:930px;
	height:75px;
	
}

#credits {
	text-align:right;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

#credits a{
	font-size:10px;
	color:#F0F0F0;
	text-decoration:none;
}

#credits a:hover{
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF
}

#movie {
	text-align:center;
	margin-top:50px;
	margin-bottom:10px;
	color:#999999;
}