body, html {
  margin: 0px;
	padding: 0px;
  text-align: left;
  font-family: "Trebuchet MS";
  font-size: 12px;	
	background-color: #954100;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	height: 100%;
	color: #000;
	line-height: 150%;
}

#container {
	position: relative;
	width: 1031px;
	margin-left:-515px;
	left:50%;
	height: auto;
	z-index:1;
	background-image: url('../images/container.jpg');
	background-repeat: repeat-y;
}

#header{
	position: relative;
	background-image: url('../images/header.jpg');
	width: 1031px;
	height:529px;
	z-index:1;
}


#navigation{
	position: relative;
	background-image: url('../images/navigationbar.jpg');
	width: 1031px;
	height:67px;
	z-index:1;
	padding: 0px 0px 0px 0px;	
}

#navigation #access{
	position: relative;
	float: left;
}

#navigation #trailer{
	position: relative;
	float: right;
}

.clear{
	clear: both;
	padding:0px;
	margin:0px;
}

.moviecontainer{
	position: relative;
	background-image: url('../images/moviecontainer.jpg');
	background-repeat: no-repeat;
	width: 1031px;
	height:1037px;	
	z-index:1;
}

.moviecontainer h1{
	color: #000;
}

.moviecontainer .movietitle{
	position: relative;
	margin-top: 27px;
	margin-left: 50px;
	margin-right: 20px;
	width: 650px;
	height: 49px;
	float: left;
}

.moviecontainer .movieduration h1{
	color: #fff;
}

.moviecontainer .movieduration{
	position: relative;
	width: 200px;
	margin-top: 27px;
	height: 38px;
	float: right;
	padding-right: 20px;
}

.moviecontainer .c1{
	position: relative;
	width: 467px;
	height: auto;
	margin-left: 45px;
	float: left;
}

.moviecontainer .c1 img{
	border: 0px;
}

.moviecontainer .c1 .thumb1{
	width: 435px;
	height: 588px;
	margin-bottom: 27px;
}

.moviecontainer .c1 .moviedescription{
	position: relative;
	width: 420px;
	left: 20px;
	height: 70px;
	margin-bottom: 10px;
}

.moviecontainer .c1 .trailer{
	position: relative;
	margin-bottom: 20px;
}


.moviecontainer .c2{
	position: relative;
	width: 500px;
	height: auto;
	float: left;
}

.moviecontainer .c2 img{
	border: 0px;
}

.moviecontainer .c2 .thumb1{
	width: 478px;
	height: 355px;
	margin-bottom: 32px;
}

.moviecontainer .c2 .thumb2{
	width: 478px;
	height: 355px;
	margin-bottom: 31px;
}

.moviecontainer .c2 .thumb3{
	position: relative;	
	width: 222px;
	height: 160px;
	float: left;
	margin-right: 34px;
}

.moviecontainer .c2 .thumb4{
	position: relative;	
	width: 222px;
	height: 160px;
	float: left;
}






#footer{
	position: relative;
	width: 1031px;
	height: auto;
	text-align: center;
}

.quickJumper{
	position: relative;
	width: 15px;
	height: 20px;
	border: 1px solid #000;
	background-color: #333333;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #1a1a1a;
	position: relative;
	width: 15px;
	height: 20px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

h1{	
	position: relative;
	font-size: 20px;
	color:#000;
	margin: 0px;
	padding: 0px;
}


a.quickJumper:link {color: #ccc; text-decoration: none; }
a.quickJumper:hover {color: #ccc; text-decoration: underline; }
a.quickJumper:visited {color: #ccc; text-decoration: none; }
a.quickJumper:active {color: #ccc; } 

a.quickJumperSelected:link {color: #ccc; text-decoration: none; }
a.quickJumperSelected:hover {color: #ccc; text-decoration: underline; }
a.quickJumperSelected:visited {color: #ccc; text-decoration: none; }
a.quickJumperSelected:active {color: #ccc; } 

a:link {
color: #000;
text-decoration:none;
}

a:visited {
color: #000;
text-decoration:none;
}

a:hover {
color: #fff000;
text-decoration:none;
}


a:active {
color: #000;
text-decoration:none;
}
