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

#container {
	position: relative;
	width: 777px;
	top: 0px;
	left: 50%;
	margin-left: -388px;
	height: auto;
	background-image: 	url('../images/container.jpg');
}

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

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

#hdr_trailer{
	position: relative;
	width: 777px;
	height:45px;
	background-image: url('../images/hdr_trailer.gif');
}

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

.leftContainer{
	position: relative;
	top: 29px;
	left: 31px;
	width: 417px;
	height: 290px;
	float: left;
}

.trailer{
	position: relative;
	width: auto;
	height: auto;
	top: 4px;
	float: left;
}

.directAccess{
	position: relative;
	width: auto;
	height: auto;
	top: 4px;
	float: left;
}

.rightContainer{
	position: relative;
	top: 27px;
	left: 29px;
	width: 300px;
	height: 290px;
	float: left;
}

.movieDescription{
	position: relative;
	top: 120px;
	left: 24px;
	width: 265px;
	height: 150px;
}
	


h1{
	font-size: 18px;
	text-align: left;
	color: #fff;
}

h2{
	font-size: 12px;
	color: #ff5700;
	padding: 0;
	margin:0;
}


img{
border: 0;
}

a:link{
	color: #ff5700;
	font-weight: bold;
	text-decoration:none;
}

a:visited{
	color: #ff5700;
	font-weight: bold;
	text-decoration:none;
}

a:active{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	color: #ff5700;
	font-weight: bold;
	text-decoration:none;
}
