body {
	background-color: #fec21f;
}
	
h3, h4, p, #footer, a:link, a:visited, a:active {
	color: #fff0c7;
}
	
#header {
	background: url(../../images/film/header.gif) no-repeat;
}

#nav {
	background: url(../../images/film/nav.gif);
}

#content img {
	margin: 0 10px 10px 0; 
}

/* Expand Content Wrapper Width to fit 3 posters */
#content {
	/*width: 610px;*/
}

#nav {
	background: url(../../images/film/nav.gif);
	width: 50px;
	height: 76px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
	text-indent: -9999px;
}
#nav li, #nav a {
    width: 50px; 
	float:left;
	overflow: hidden;
}
#nav a {
	cursor: pointer;
}


#nav #link1 {top: 5px; height:18px;}
#nav #link1 a:hover {background: url(../../images/film/nav.gif) no-repeat -50px -5px;}

#nav #link2 {top: 23px; height:18px;}
#nav #link2 {background: url(../../images/film/nav.gif) no-repeat -50px -23px;}

#nav #link3 {top: 41px; height:18px;}
#nav #link3 a:hover {background: url(../../images/film/nav.gif) no-repeat -50px -41px;}

#nav #link4 {top: 59px; height:18px;}
#nav #link4 a:hover {background: url(../../images/film/nav.gif) no-repeat -50px -59px;}

a:link, a:visited, a:active {text-decoration:none;} 
a:hover {color: #fff; text-decoration:underline;} 