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

#container {
	position: relative;
	width: 979px;
	margin-left:-475px;
	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: 979px;
	height:360px;
	z-index:1;
}

#header #rightanimation{
	position: relative;
	float: right;
}

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

#navigation img{
	border: 0px;
}

#navigation #trailer{
	position: relative;
	width: 276px;
	float: left;
}

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

#navigation #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: 961px;
	height:574px;	
	z-index:1;
	padding-left: 29px;
}

.moviecontainer img{
	border: 0px;
}

.moviecontainer .movietitle{
	position: relative;
	margin-top: 106px;
	width: 711px;
	height:37px;	
	padding-top: 12px;
	padding-left: 50px;
	float:left;
}

.moviecontainer .duration{
	position: relative;
	margin-top: 106px;
	width: 180px;
	height:35px;	
	padding-top: 12px;
	float:left;
}

.moviecontainer .c1{
	position: relative;
	width: 327px;
	height: 350px;
	float: left;
}

.moviecontainer .c1 .thumb1{
	position: relative;
	top: 7px;
	border: 1px solid #d7e3f8;
	height: 237px;
	margin-bottom: 40px;
}

.moviecontainer .c1 .trailer{
	position: relative;
	left: -2px;
}

.moviecontainer .c2{
	position: relative;
	width: 327px;
	height: 350px;
	float: left;
}

.moviecontainer .c2 .thumb1{
	position: relative;
	top: 7px;
	border: 1px solid #d7e3f8;
	height: 237px;
	margin-bottom: 40px;
}

.moviecontainer .c3{
	position: relative;
	top: 13px;
	left: 10px;
	width: 247px;
	height: 350px;
	float: left;
}

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

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

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #7077a0;
	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: 18px;
	color:#000;
	margin: 0px;
	padding: 0px;
}


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:hover {
color: #ff0000;
text-decoration:none;
}

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

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