* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 120%;	
}
body {
	font-size: 60%;
	background-color: #000;
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
}
h1 {
	margin: 10px 0;	
}
p {
	color: #fff;
	margin-bottom:10px;
}
#header {
	background-image: url(images/header.jpg);
	text-align: left;
	height: 295px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position:relative;
}
#links li {
	float: left;
	list-style-type: none;
}
#links ul {
	position:absolute;
	bottom: 0;
	width: 100%;
	margin-left: 20px;
	height: 24px;
}
#links a {
	display:block;	
	text-indent: -9999px;
}
#footer {
	height: 190px;
	width: 960px;
	margin-left: -480px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	background-image: url(images/footer.jpg);
	font-size: 1em;
	background-repeat: no-repeat;
}
#footer p {
	padding-top: 160px;
	color:#4a4a4a;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#4a4a4a;
}
#footer a:hover {
	color: white;	
}
#mid {
	width: 890px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position:relative;
	min-height: 300px;	

}
/* navigation rollovers */

/*story*/
#story:link, #story:visited, #story:active {
	background-image: url(images/story.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 72px;	
	display:block;
}
#story:hover {
	height: 24px;
	width: 72px;
	background-image: url(images/story.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}

/*cast*/
#cast:link, #cast:visited, #cast:active {
	height: 24px;
	width:64px;
	background-image: url(images/cast.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}
#cast:hover {
	height: 24px;
	width: 64px;
	background-image: url(images/cast.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
/*crew*/
#crew:link, #crew:visited, #crew:active {
	height: 24px;
	width: 66px;
	background-image: url(images/crew.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}
#crew:hover {
	height: 24px;
	width: 66px;
	background-image: url(images/crew.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
/*gallery*/
#gallery:link, #gallery:visited, #gallery:active {
	height: 24px;
	width: 81px;
	background-image: url(images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}
#gallery:hover {
	height: 24px;
	width: 81px;
	background-image: url(images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
/*sponsors*/
#sponsors:link, #sponsors:visited, #sponsors:active {
	height: 24px;
	width: 93px;
	background-image: url(images/sponsors.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}
#sponsors:hover {
	height: 24px;
	width: 93px;
	background-image: url(images/sponsors.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
/*rent/own*/
#rent:link, #rent:visited, #rent:active {
	height: 24px;
	width: 184px;
	background-image: url(images/rent_own1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}
#rent:hover {
	height: 24px;
	width: 184px;
	background-image: url(images/rent_own1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
/*contact*/
#contact:link, #contact:visited, #contact:active {
	height: 24px;
	width: 89px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}
#contact:hover {
	height: 24px;
	width: 89px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
/*teaser*/
#teaser:link, #teaser:visited, #teaser:active {
	height: 24px;
	width: 78px;
	background-image: url(images/teaser.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}
#teaser:hover {
	height: 24px;
	width: 78px;
	background-image: url(images/teaser.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
/*trailer*/
#trailer:link, #trailer:visited, #trailer:active {
	height: 24px;
	width: 80px;
	background-image: url(images/trailer1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#trailer:hover {
	height: 24px;
	width: 80px;
	background-image: url(images/trailer1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
/*reviews*/
#links #reviews:link, #links #reviews:visited, #links #reviews:active {
	height: 24px;
	width: 62px;
	background-image: url(images/reviews.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 10px;
}
#links #reviews:hover {
	height: 24px;
	width: 62px;
	background-image: url(images/reviews.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	margin-left:10px;
}
#content {
}
#content tr {
	margin-bottom: 23px;
}
#content a:link, #content a:visited, #content a:active {
	color: #FFF;
	text-decoration: underline;
}
#content a:hover {
	color: #E6E5E7;
	text-decoration: none;
}
#content #buy {
	border:1px solid #000000;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	margin:0 20px 20px 0;
	overflow:hidden;
	padding:0;
	position:relative;
	text-align:center;
	width: 118px;
	height:239px;
	background-image: url(images/buyback.jpg);
	background-repeat: no-repeat;
	float:left;
}
#content #buy p {
	color: #000;
	margin-bottom: 8px;
	font-weight:bold;
}
#content #buy a:link, #content #buy a:visited, #content #buy a:active {
	color: #000;
	text-decoration: underline;
}
#content #buy a:hover {
	color: #666;
	text-decoration: none;
}
#netflix {
	width: 620px;
	height: 239px;
	float:left;
	margin-bottom:20px;
	font-size: 18px;
	text-align:center;
}

.redlink {
	font-size: 18px;
	color: #a82725 !important;
}
hr {
	margin-bottom: 15px;
	background-color:#fff;
}
