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

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

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

#navigation{
	position: relative;
	background-image: url('../images/navigation.jpg');
	width: 993px;
	height:96px;
	z-index:1;
	margin-bottom: 100px;
}

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

#navigation #access{
	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: 993px;
	height:905px;	
	z-index:1;
	padding-top: 40px;
}

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

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

.moviecontainer .c1{
	position: relative;
	width: 482px;
	left: 50px;
	overflow:hidden;
	height: 645px;
	float: left;
	margin-right: 22px;
	margin-bottom: 17px;
}	

.moviecontainer .c1 .thumb1{
	border: 1px solid #ffb6b5;
}

.moviecontainer .c2{
	position: relative;
	left: 50px;
	width: 420px;
	float: left;
}

.moviecontainer .c2 .thumb1{
	position: relative;
	float: left;
	margin-bottom: 29px;
	border: 1px solid #ffb6b5;
}

.moviecontainer .c2 .thumb2{
	border: 1px solid #ffb6b5;
}

.moviecontainer .moviedescription{
	position: relative;
	left: 50px;
	width: 299px;
	height: 86px;
	padding: 3px;
	float: left;
}

.moviecontainer .btnCnt{
	position: relative;
	top: -20px;
	float: right;
}

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

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




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