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

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

#header #flashheader{
	position: relative;
	left: 648px;
	top: 159px;
	width: 320px;
}

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

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

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

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

.moviecontainer{
	position: relative;
	background-image: url('../images/moviecontainer.jpg');
	background-repeat: no-repeat;
	width: 1007px;
	height:545px;	
	z-index:1;
	padding-top: 57px;

}

.moviecontainer h1{
	color: #ccc;
}

.moviecontainer .movietitle{
	position: relative;
	width: 590px;
	height: 55px;
	padding-left: 200px;	
	padding-top: 15px;
	float: left;
}

.moviecontainer .playtime{
	position: relative;
	width: 200px;
	height: 52px;
	padding-top: 15px;
	float: left;
}

.moviecontainer .c1{
	position: relative;
	width: 240px;
	height: 320px;
	margin-left: 49px;
	float: left;
	margin-right: 23px;
}

.moviecontainer .c1 img{
	border: 1px solid #000;
}

.moviecontainer .c2{
	position: relative;
	width: 202px;
	height: 320px;
	float: left;
	margin-right: 21px;
}

.moviecontainer .c2 img{
	border: 1px solid #000;
}

.moviecontainer .c2 .thumb1{
	position: relative;
	margin-bottom: 17px;
}

.moviecontainer .c3{
	position: relative;
	width: 202px;
	height: 320px;
	float: left;
	margin-right: 23px;
}

.moviecontainer .c3 img{
	border: 1px solid #000;
}

.moviecontainer .c3 .thumb1{
	position: relative;
	margin-bottom: 17px;
}

.moviecontainer .c4{
	position: relative;
	width: 190px;
	height: 210px;
	float: left;
	padding:5px;
}

.moviecontainer .trailer{
	position: relative;
	margin-left: 30px;
	top: 22px;
	float: left;
}

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

.moviecontainer .access{
	position: relative;
	top: 22px;
	float: right;
	margin-right: 35px;
}

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

#footer{
	position: relative;
	width: 951px;
	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:#ccc;
	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: #ccc;
text-decoration:none;
}

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

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

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