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

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

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

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

#navBar{
	position: relative;
	width: 920px;
	height: 47px;
	background-image: 	url('../images/navbar.jpg');
}

#hdrAccess{
	position: relative;
	width: 343px;
	height: 47px;
	left: 2px;
	float: left;
}

#hdrTrailer{
	position: relative;
	top: 1px;
	width: 297px;
	height: 46px;
	left: 1px;
	float: left;
}

#movieCntHdr{
	position: relative;
	width: 900px;
	height: 70px;
	text-align:center;
	padding: 10px;
}

.movieCnt{
	position: relative;
	width: 900px;
	height: auto;
	padding: 10px;
	text-align:center;
}

.movieDesc{
	position: relative;
	width: 870px;
	height: auto;
	text-align:left;
}

.trailer{
	position: relative;
	top: 15px;
	width: 445px;
	height: 30px;
	text-align:center;
	float: left;
	left: 15px;
}

.access{
	position: relative;
	top: 15px;
	width: 445px;
	height: 30px;
	text-align:center;
	float: left;
	left: 15px;
}

.divider{
	position: relative;
	width: 873px;
	left: 23px;
	height: 2px;
	background-color: #ff0b7e;
	margin-bottom: 20px;
	margin-top: 20px;
}

h1{
	font-size: 18px;
	text-align: center;
	color: #ff0b7e;
}

h2{
	font-size: 18px;
	text-align: center;
	color: #00bbff;
}


img{
border: 0;
}

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

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

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

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




/* END MOVIE CONTAINER */


