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

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

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

#flash1{	
position: relative;
width: auto;
height: auto;
top: 50px;
left: 0px;
float: left;
}	

#flash2{	
position: relative;
width: auto;
height: auto;
top: 0;
left: 0;
float: right;
}	

#flash3{	
position: absolute;
width: auto;
height: auto;
top: 326px;
left: 280px;
}	


/* BEGIN FIRST MOVIE CONTAINER */

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

.left_box{
position: relative;
width: 532px;
height: auto;
float: left;
}

.right_box{
position: relative;
width: 244px;
height: auto;
float: left;
}

.bigimg{
position: relative;
width: 500px;
height: auto;
left: 10px;
border: 1px solid #000;
}

.thumb1{
position: relative;
top: 0px;
left: 0px;
width: 229px;
height: auto;
border: 1px solid #000;
}

.thumb2{
position: relative;
top: 15px;
left: 0px;
width: 229px;
height: auto;
border: 1px solid #000;
}

.desc_cnt{
position: relative;
top: 5px;
left: 8px;
width: 500px;
height:auto;
color: #000;
padding: 5px 5px 5px 5px;
}

.preview{
position: relative;
top: 17px;
left: 0px;
width: auto;
height: auto;
}

.access{
position: relative;
top: 18px;
width: auto;
height: auto;
}

/* END FIRST MOVIE CONTAINER */



a img{
border:0px;
}


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



