@charset "UTF-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
border: 0 none;
}


:focus {
outline:none;
}

body,
html{
	margin:0;
	padding:0;
	min-width: 984px;
	width: 984px;

}
body {
	background-image: url(/img/bacground2.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: black ;	
	margin: 0 auto;
}


/* HTML5 tags */
header, section, footer, nav, article {
	display: block;
}


/* opmaak. */

#centr{
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left:-480px;
	top: 80px;
}

img{
	border: 0 none;
}


h1{
	
	font-size: 11pt;
	color: #cccccc;
	font-family: Helvetica, Arial;
	line-height: 13pt;
	padding: 15px;

	


}

p{

	font-size: 9pt;
	color: #cccccc;
	font-family: Helvetica, Arial;
	line-height: 13pt;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;

}



header p{

	font-size: 9pt;
	padding-top: 0px;
	color: #999999;
	font-family: Georgia;
	font-style: italic;
	margin-top: -10px;
}

#einde{
	
	margin: 0 auto;
	width: 960px;
	height: 45px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

#einde p{

	font-size: 9pt;
	color: #999999;
	font-family: Georgia;
	font-style: italic;

}

#menu{
	height: 85px;
	width: 720px;

}

#menu ul {
	list-style: none; 
	margin: 0 auto;
	width: 720px;
	height: 85px; 
}

#menu li {
	float: left;
	display: block;
	height: 85px;
	width: 170px;
	text-align: left;
}


#menu .logo{
	width: 76px;
	margin-right: 134px;
	text-align: left;
}

#menu .logo img{
	padding: 6px;
}

#menu p{

	margin-top: -10px;
	font-family: Georgia;
	font-style: italic;

}

#menu h1{

	padding-top: 35px;
}



.shadow{
-webkit-box-shadow: 0px 0px 20px #111;
-moz-box-shadow: 0px 0px 20px #111;
box-shadow: 0px 0px 20px #111;

}


a{

	border: 0 none;
}
/* paginas */


	#center{
		position: absolute;
		width: 720px;
		left: 50%;
		margin-left: -240px;
		height: 85px;
		text-align: center;
		background-color: #1c1c1c;
	}
	
 


	#info{
	
		position: relative;
		margin: 0 auto;
		margin-top: 40px;
		left: -360px;
		width: 240px;
		height: 405px;
		background-color: #1c1c1c;
		z-index: 3;

	}


	#poster{
		position: relative;
		margin: 0 auto;
		width: 720px;
		left: 120px;
		margin-top: -405px;
		height: 405px;
		background-color: #161616;
		z-index: 4;
	}
	
	#follow{
		position: relative;
		margin: 0 auto;
		width: 720px;
		left: 120px;
		margin-top: 40px;
		height: 405px;
	
	}


#footer{
position: relative;
width: 76px;
height: 100px;

}


/* links opmaken */

#menu a:link, #menu a:visited, #menu a:active{
display: block;
height: 85px;
line-height: 85px;
font-size: 11pt;
color: #FFFFFF;
text-decoration: none;
font-family: Helvetica, Arial;
}


#menu a:hover{
display: block;
height: 85px;
line-height: 85px;
font-size: 11pt;
color: #cccccc;
text-decoration: none;
background-color: #212121;
font-family: Helvetica, Arial;
}

#menu a:hover h1{

	color: #FFF;
}


#info a:link, #info a:visited, #info a:active{
font-size: 9pt;
color: #999999;
text-decoration: none;
border-bottom: 1px dotted #666;
}


#info a:hover{
font-size: 9pt;
color: #cccccc;
text-decoration: none;
border-bottom: 1px dotted #ccc;
}
