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

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

#flashcontent{
	position: relative;
	width: 776px;
	height: 525px;
	left: 0px;
	top:0px;
}

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

#preview{
	position: relative;
	width: 776px;
	height:29px;
	background-image: url('../images/previews.jpg');
}

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


.movieCnt{
	position: relative;
	width: 740px;
	left: 8px;
	top: 25px;	
	height: auto;
	background-color: #d01857;
	border: 3px solid #fff;
	text-align:center;
	padding: 5px;
}

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

.navbar{
	position: relative;
	left: -3px;
	width: 748px;
	height: 30px;
	background-image: url('../images/navbar.jpg');
}

.trailer{
	position: relative;
	width: 100px;
	height: 30px;
	float: left;
	left: 520px;
	color: #d01857;
	text-transform: lowercase;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
}

.access{
	position: relative;
	width: 150px;
	height: 30px;
	float: left;
	left: 505px;
	color: #d01857;
	text-transform: lowercase;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
}

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

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


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




/* END MOVIE CONTAINER */


