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

body {
	font:"Times New Roman", Times, serif;
	background-color:#000000;
	margin:35px 0 0 25px;
	font-size:14px;
	line-height:19px;
	}
	
body#home {
	background-image:url(images/bg_home.jpg);
	background-repeat:no-repeat;
	}
	
body#synopsis {
	background-image:url(images/bg_synopsis.jpg);
	background-repeat:no-repeat;
	}
	
body#trailer {
	background-image:url(images/bg_trailer.jpg);
	background-repeat:no-repeat;
	}
	
body#castcrew {
	background-image:url(images/bg_castcrew.jpg);
	background-repeat:no-repeat;
	}
	
body#downloads {
	background-image:url(images/bg_downloads.jpg);
	background-repeat:no-repeat;
	}
	
body#news {
	background-image:url(images/bg_news.jpg);
	background-repeat:no-repeat;
	}
	
body#contact {
	background-image:url(images/bg_contact.jpg);
	background-repeat:no-repeat;
	}
	
a:link {
	color:#000;
	text-decoration:underline;
	}
	
a:visited {
	text-decoration:underline;
	color:#000;
	}
	
a:hover {
	text-decoration:underline;
	color:#666;
	}

	


h1 {
	font-size:60px;
	font-weight:normal;
	padding:0;
	margin:0px;
	letter-spacing:3px;
	}
	
h1 a {
	color:#000;
	text-decoration:none;
	}

h1 a:hover {
	color:#000;
	text-decoration:underline;
	}
	
h1 a:visited {
	color:#000;
	text-decoration:none;
	}
	
ul#nav {
	padding:0;
	margin:40px 0 0 0px;
	font-size:25px;
	}
	
ul#nav li {
	display:inline;
	list-style:none;
	}
	
ul#nav li a {
	text-decoration:none;
	color:#000;
	}
	
ul#nav li a:hover {
	text-decoration:underline;
	}
	
#content{
	width:600px;
	background-image:url(images/opacity.png);
	padding:25px 25px;
	margin:25px 0 0 0;
	}