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

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

#headerTop{	
	position: relative;
	width: 1000px;
	height: 361px;
	background-image: 	url('../images/headerTop.jpg');
}

#flashcontent{
	position: relative;
	width:455px;
	height: 291px;
	top: 70px;
	left: 339px;
}	

#headerMid{	
	position: relative;
	width: 1000px;
	height: 298px;
	background-image: 	url('../images/headerMid.jpg');
}	

#headerBot{	
	position: relative;
	width: 1000px;
	height: 204px;
	background-image: 	url('../images/headerBot.jpg');
}	

.movieContainer{
	position: relative;
	width: 1000px;
	height: 646px;
	background-image: 	url('../images/movieContainer.jpg');
}

.previewCnt{
	position: absolute;
	width: 139px;
	height: 93px;
	left: 768px;
	top:429px;
	z-index: 100;
}

.accessCnt{
	position: absolute;
	width: 139px;
	height: 93px;
	left: 855px;
	top:507px;
	z-index: 200;
}

.movieImg{
	position: relative;
	top: 46px;
	left:92px;
	width: 816px;
	height: 414px;
}

.movDesc{
	position: relative;
	width: 675px;
	height: 125px;
	top: 100px;
	left: 92px;
}		

.movieTitle{
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
}

#footer{	
	position: relative;
	width: 1000px;
	height: 318px;
	background-image: 	url('../images/footer.jpg');
}	



a img{
border:0px;
}


a:link {
	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;
}



