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

#container {
	position: relative;
	width: 1011px;
	margin-left:-513px;
	left:50%;
	height: auto;
	z-index:1;
	padding-bottom: 50px;
	background-image: url('../images/container.jpg');
}

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

img{
	border:0px;
}

#animated_arrow{
	position: relative;
	width: 224px;
	height: 410px;
}

#navigationbar{
	position: relative;
	background-image: url('../images/navigationbar.jpg');
	width: 1011px;
	height:84px;
	z-index:1;
	margin-bottom: 34px;
}

#navigationbar #access{
	position: relative;
	width: 222px;
	height: 65px;
	left: 22px;
	top: 1px;
	float: left;
	margin-right: 518px;
}

#navigationbar #trailer{
	position: relative;
	width: 223px;
	height: 65px;
	left: 22px;
	top: 1px;
	float: left;
}

.moviecontainer{
	position: relative;
	background-image: url('../images/moviecontainer.jpg');
	width: 989px;
	height:438px;
	z-index:1;
	margin-bottom: 65px;
	padding-top: 9px;
	padding-left: 22px;
}

.moviecontainer img{
	border: 0px;
}

.moviecontainer .movieTitle{
	position: relative;
	width: 960px;
	height: 34px;
}

.moviecontainer .movieTitle h1{
	position: relative;
	width: 760px;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 5px;
	color:#fff;
	float: left;
}

.moviecontainer .movieTitle .score{
	position: relative;
	width: 175px;
	height: 30px;
	float: left;
	padding-top: 4px;
	padding-left: 12px;
	overflow:hidden;
}

.moviecontainer .movieTitle .star{
	position: relative;
	width: 27px;
	height: 27px;
	float: left;
	margin-right: 7px;
}

.moviecontainer .c1{
	position: relative;
	top: 50px;
	width: 174px;
	height: 220px;
	padding: 10px;
	float: left;	
	overflow:hidden;
}

.moviecontainer .c2{
	position: relative;
	top: 60px;
	width: 320px;
	height: 240px;
	float: left;	
	margin-right: 20px;
}

.moviecontainer .c3{
	position: relative;
	top: 20px;
	width: 200px;
	height: 310px;
	float: left;	
	margin-right: 10px;
}

.moviecontainer .c3 .thumb1{
	margin-bottom: 10px;
}

.moviecontainer .c4{
	position: relative;
	top: 20px;
	width: 200px;
	height: 310px;
	float: left;	
}

.moviecontainer .c4 .thumb1{
	margin-bottom: 10px;
}

.moviecontainer .trailer{
	position: relative;
	left: 0px;
	top: 33px;
	width: 356px;
	height: 56px;
	float: left;
	margin-right: 99px;
}

.moviecontainer .access{
	position: relative;
	top: 33px;
	width: 358px;
	height: 56px;
	float: left;
}

#footer{
	position: relative;
	width: 1000px;
	height:50px;
	z-index:1;
	text-align: center;
}

.clear{
	clear:both;
}







.quickJumperContainer{
	font-size: 11px;
	position: relative;
	width: auto;
	height: auto;
	margin:0;
	padding:0;
}

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

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

h1{
	font-size: 18px;
	color:#fff;
}

h1 b{
	font-size: 18px;
	color:#ff0060;
}

a.quickJumper:link {color: #ccc; text-decoration: none; }
a.quickJumper:hover {color: #ff0060; 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: #ff0060; text-decoration: underline; }
a.quickJumperSelected:visited {color: #ccc; text-decoration: none; }
a.quickJumperSelected:active {color: #ccc; } 

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

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

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

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