@import url(http://www.paysites.nl/css/toolbar.css);
body, html{
	padding:0px;
	margin:0px;
	font-family: tahoma;
	font-size: 12px;
	background-color: #fff;
}

#container {
	position: relative;
	width: 770px;
	top: 0px;
	left: 50%;
	margin-left: -388px;
	height: auto;
}

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

/* BEGIN FIRST MOVIE CONTAINER */

.movie_cnt{
	position: relative;
	width: 770px;
	height: 360px;
	background-image: url('../images/movie_cnt.jpg');
}

.movie_title{
	position: relative;
	top: 25px;
	left: 20px;
	width: 400px;
	height: 20px;
	color: #fff;
	font-weight: bold;
}

.thumb1{
	position: relative;
	top: 40px;
	left: 20px;
	width: 199px;
	height: 135px;
	border: 1px solid #000;
	float: left;	
}

.thumb2{
	position: relative;
	top: 40px;
	left: 30px;
	width: 199px;
	height: 135px;
	border: 1px solid #000;
	float: left;	
}

.movie_desc{
	position: relative;
	top: 50px;
	left: 20px;
	width: 402px;
	height: 75px;
	background-color: #eaf7ff;
	border: 1px solid #000;
	clear: both;	
	padding: 5px;
}

.trailer{
	position: relative;
	top: 65px;
	left: 20px;
	width: 180px;
	height: 135px;
	float: left;	
}

.whole{
	position: relative;
	top: 65px;
	left: 0px;
	width: 173px;
	height: 26px;
	float: left;	
}


a:link {
	font-size: 11px;
	font-family: Verdana;
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}



