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

#container {
	position: relative;
	width: 913px;
	margin-left:-461px;
	left:50%;
	height: auto;
	z-index:1;
}

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

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

#hdr_trailer{
	position: relative;
	float: left;
}

#hdr_access{
	position: relative;
	float: left;
}

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

.moviecontainer{
	position: relative;
	background-image: url('../images/moviecontainer.jpg');
	background-repeat: no-repeat;
	width: 913px;
	height:1093px;	
	z-index:1;
	padding-top: 25px;
}

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

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

.moviecontainer .movietitle{
	position: relative;
	width: 588px;
	height: 70px;
	float: left;
	padding-left: 125px;
	padding-top:20px;
}

.moviecontainer .movieduration{
	position: relative;
	width: 200px;
	height: 70px;
	float: left;
	padding-top: 20px;
}

.moviecontainer .c1{
	position: relative;
	width: 478px;
	height: 800px;
	float: left;
}

.moviecontainer .c1 .thumb1{
	position: relative;
	width: 444px;
	height:631px;
	left: 19px;
	overflow: hidden;
	border: 1px solid #5cb7c9;
}

.moviecontainer .c1 .moviedescription{
	position: relative;
	width: 425px;
	height: 100px;
	left: 28px;
	top: 15px;
	margin-bottom: 104px;
}

.moviecontainer .c2{
	position: relative;
	width: 418px;
	height: 800px;
	float: left;
}

.moviecontainer .c2 .thumb1{
	position: relative;
	width: 412px;
	height:308px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #5cb7c9;
}

.moviecontainer .c2 .thumb2{
	position: relative;
	width: 412px;
	height:308px;
	overflow: hidden;
	border: 1px solid #5cb7c9;
}

.moviecontainer .trailer{
	position: relative;
	top: 37px;
	float: left;
}

.moviecontainer .access{
	position: relative;
	top: 37px;
	float: left;
}

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

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

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



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

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

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;
}
