@charset "utf-8";
/* CSS Document */

a:link {color:#333}
a:hover {color:#FF0000}
a:visited {color:#FF0000}
a:active {color:#000099}


body {
	background-image: url(film.jpg);
	background-repeat: no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333
}

img {
	border:0px;
}
span.header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:48px;
	font-weight:bolder;
	
}

div.mainbody {
	width:900px;
	height:auto;
	margin-left:40px;
	
}

div.footer {
	text-align:center;
}
#navcontainer {
	text-align:right;
}
#navcontainer ul li {display:inline; list-style-type: none; margin-right:10px; font-size:18px;}
