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

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

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

#header #access{
	position: relative;
	width: 251px;
	height:99px;
	top: 370px;
	left: 288px;
}

img{
	border:0px;
}

.moviecontainer{
	position: relative;
	background-image: url('../images/moviecontainer.jpg');
	width: 900px;
	height:551px;
	z-index:1;
	padding-top: 32px;
}

.moviecontainer img{
	border: 0px;
}

.moviecontainer .movieTitle{
	position: relative;
	width: 400px;
	height: 34px;
	margin-left: 70px;
	margin-top: 5px;

}

.moviecontainer .movieTitle h1{
	position: relative;
	width: 400px;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	height: auto;
	color:#ffaa00;
	float: left;
}

.moviecontainer .movieDescription{
	position: relative;
	width: 500px;
	height: 85px;
	left: 70px;
}

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

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

.moviecontainer .c1 .starCnt{
	position: relative;
	width: 320px;
	height: 46px;
	margin-left: 80px;
}

.moviecontainer .c1 .star{
	position: relative;
	width: 46px;
	height: 46px;
	float: left;
	margin-right: 2px;
}

.moviecontainer .c1 .star img{
	border: 0px;
}

.moviecontainer .c2{
	position: relative;
	width: 200px;
	height: 330px;
	float: left;
	margin-right: 18px;
	top: 2px;
}

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

.moviecontainer .c2 .thumb1{
	position: relative;
	width: 200px;
	height: 150px;
	margin-bottom: 15px;
}

.moviecontainer .c3{
	position: relative;
	width: 200px;
	height: 330px;
	float: left;
	top: 2px;
}

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

.moviecontainer .c3 .thumb1{
	position: relative;
	width: 200px;
	height: 150px;
	margin-bottom: 15px;
}

.moviecontainer .access{
	position: relative;
	width: 579px;
	height: 76px;
	left: 173px;
}

#footer{
	position: relative;
	width: 900px;
	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: #207100;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #6acb44;
	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: #fff; text-decoration: none; }
a.quickJumper:hover {color: #fff; text-decoration: underline; }
a.quickJumper:visited {color: #fff; text-decoration: none; }
a.quickJumper:active {color: #fff; } 

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: #fff600;
text-decoration:none;
}

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

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

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