﻿body	{
	
	background-image:url('BackFade.png');
	background-repeat:repeat-x;
	
}

#Content {
	background-image: url('background.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 1000px;
	height: 874px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#Copyright {
	width: 1000px;
	height: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C0C0C0;
	text-align:center;
	
}

#Copyright a {
	
	color:#CC9900
}

#Nav {
	position: relative;
	top: 440px;
	width: 1000px;
}
#Nav ul {
	width: 1000px;
	margin-left: 50px;
	display: inline;
	list-style-type: none;
}
#Nav ul li {
	margin-left: 0;
	padding-left: 25px;
	padding-right: 25px;
	display: inline;
}
#Nav ul li img {
	border-width: 0px;
}
#Nav ul li a:hover {
	background-image: url('Highlight2.png');
}
#Details {
	text-align: center;
}
#SmallNav {
	display: none;
	position: relative;
	top: 420px;
	left: 30px;
	float: left;
	width: 100px;
}
#SmallNav ul {
	margin-left: 0;
	width: 50px;
	display: inline;
	list-style-type: none;
}
#SmallNav ul li img {
	border-width: 0px;
	width: 75px;
	height: 88px;
	padding-bottom: 15px;
}
#SmallNav ul li {
	margin-left: 0;
	display: inline;
}
#SmallNav ul li a:hover {
	background-image: url('Highlight2.png');
}
#Information  {

	left: 100px;
	display: none;
	position: relative;
	top: 475px;
	width: 750px;
}
#Premiere  {
	left: 100px;
	display: none;
	position: relative;
	top: 475px;
	width: 750px;
}
#Trailer  {
	left: 100px;
	display: none;
	position: relative;
	top: 475px;
	width: 750px;
}

#Gallery  {
	left: 100px;
	display: none;
	position: relative;
	top: 475px;
	width: 750px;
}

#GoHome {
	margin-left: auto;
	margin-right: auto;
	position: absolute;

	width: 450px;
	left:260px;
	top: 300px;
	height:100px;
	cursor:hand;
	
	
}