body, html{
	padding:0px;
	margin:0px;
	font-family: arial;
	font-size: 12px;
	background-color: #000;
	color: #fff;
	line-height:150%;
}

#container {
	position: relative;
	width: 776px;
	top: 0px;
	left: 50%;
	margin-left: -388px;
	height: auto;
	border: 1px solid #ccc;
	background-color: #181818;
}

#header{	
	position: relative;
	width: 776px;
	height: 876px;
	background-image: 	url('../images/header.jpg');
}	

#flashlogo{
	position: relative;
}

#flashheader{
	position: relative;
	top: 52px;
	left: 5px;
}

/* BEGIN FIRST MOVIE CONTAINER */

.movie_container{
	position: relative;
	width: 776px;
	height: 580px;
	background-image: url('../images/movie_container.jpg');
	padding-bottom: 40px;
	background-color: #181818;
	background-repeat: no-repeat;
}

.left_container{
	position: relative;
	width: 362px;
	height: 265px;
	float: left;
}

.right_container{
	position: relative;
	width: 410px;
	height: 265px;
	float: left;
}

.bigimg{
	position: relative;
	top: 6px;
	left: 5px;
	width: 357px;
	height: 259px;
	float: left;
	border: 1px solid #ccc;
}

.movie_title{
	position: relative;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 25px;
}

.movie_desc{
	position: relative;
	top: 10px;
	left: 10px;
	width: 400px;
	height: 90px;
}

.trailer{
	position: relative;
	left: 198px;
	top: 18px;
	width: 210px;
	height: 70px;
}

.whole_movie{
	position: relative;
	left: 198px;
	top: 18px;
	width: 210px;
	height: 70px;
}

.thumb1{
	position: relative;
	width: 165px;
	height: 220px; 
	float: left;
	margin-right:40px;
	top: 20px;
	left: 10px;
	border: 1px solid #7f7f7f;
}

.thumb2{
	position: relative;
	width: 165px;
	height: 220px; 
	float: left;
	margin-right:30px;
	top: 20px;
	border: 1px solid #7f7f7f;
}

.thumb3{
	position: relative;
	width: 165px;
	height: 220px; 
	float: left;
	margin-right: 30px;
	top: 20px;
	border: 1px solid #7f7f7f;
}

.thumb4{
	position: relative;
	width: 165px;
	height: 220px; 
	float: left;
	top: 20px;
	border: 1px solid #7f7f7f;
}

.access{
	position: relative;
	top: 34px;
}

/* END FIRST MOVIE CONTAINER */


a img{
	border:0px;
}

#footer{
	position: relative;
	width: 760px;
	height:100px;
	z-index:1;
	text-align: center;
	color: #000;
}


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

#footer{
	position: relative;
	width: 776px;
	height:100px;
	z-index:1;
	text-align: center;
	color: #fff;
	left: 50%;
	margin-left: -380px;
}

h1{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: light;
}

a.quickJumper:link {color: #ccc; text-decoration: none; }
a.quickJumper:hover {color: #fff; 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 {
	font-size: 11px;
	font-family: Verdana;
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}



