body {
	background-color:#E7E7CB;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #B61A00;
	text-decoration:underline;
}

a:hover { text-decoration:none; 	cursor: url('/images/global/sorry.cur') }

#home {
	background-image: url('/images/home/homebackground.jpg');
	background-position: top center;
	background-repeat:no-repeat;	
	width: 900px;
	height: 588px;
	margin:0px auto;
	padding: 0px;
	position: relative;
}

h1 { padding: 0px; margin:0px; }
h1 span { display: none; }

/***********************************************************************/

#nav ul {
	margin: 0px; 
	padding: 0px;
}

#nav span {
	display:none;
}

#nav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li a {
	padding: 0px;
	margin: 0px;
	display: block;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#nav ul li a:hover {	
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;

}


#nav ul li.synopsis a {
	left: 0px; top: 18px;
	width:131px; height:90px;
	background-image:url("/images/home/synopsis.jpg");
}

#nav ul li.background a {
	left: 0px; top: 164px;
	width:202px; height:57px;
	background-image:url("/images/home/background.jpg");
}


#nav ul li.news a {
	left: 202px; top: 18px;
	width:77px; height:45px;
	background-image:url("/images/home/news.jpg");
}

#nav ul li.cast a {
	left: 410px; top: 108px;
	width:109px; height:45px;
	background-image:url("/images/home/cast.jpg");
}

#nav ul li.filmmakers a {
	left: 410px; top: 249px;
	width:147px; height:53px;
	background-image:url("/images/home/filmmakers.jpg");
}

#nav ul li.posters a {
	left: 66px; top: 249px;
	width:101px; height:53px;
	background-image:url("/images/home/posters.jpg");
}

#nav ul li.musicvideos a {
	left: 32px; top: 371px;
	width:99px; height:76px;
	background-image:url("/images/home/musicvideos.jpg");
}

#nav ul li.gallery a {
	left: 0px; top: 493px;
	width:202px; height:62px;
	background-image:url("/images/home/photogallery.jpg");
}

#nav ul li.reviews a {
	left: 410px; top: 349px;
	width:147px; height:70px;
	background-image:url("/images/home/reviews.jpg");
}

#nav ul li.links a {
	left: 279px; top: 466px;
	width:82px; height:54px;
	background-image:url("/images/home/links.jpg");
}

#nav ul li.contact a {
	left: 382px; top: 493px;
	width:118px; height:62px;
	background-image:url("/images/home/contact.jpg");
}

/***********************************************************************/


div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	color: #C0A335;
	margin:20px 0px;
}


div#footer a {
	color: #C18150;
	text-decoration:none;
}

div#footer a:hover { text-decoration:underline; }
