@charset "utf-8";
/* CSS Document */
body {
	margin: 0; padding: 0;
	text-align: center;
	background: #f8f8f8;
    background-image: url('http://www.nu-neuken.nl/images/bg.jpg');
    background-repeat: repeat-x;
	font: 12px Verdana; color: #000;
}
    .header {color:#fff;height:80px;text-align:center;}
	.header h1 {font-size:35px;}
	.header h2 {font-size:20px;}
	h1,h2, {margin:0;padding:0;}
    h3 {font-size: 12px;
    font-weight: bold}
    h5 {font-weight: normal;
}

a:link {
	color: 0697f1;
}
a:visited {
	color: #000;
}
a:hover {
	color: #00F;
}
a:active {
	color: #000;
}
.header {
	margin: 0px auto;
	height:150px;
	width:1000px;
	text-align:center;
    background-image: url('http://www.nu-neuken.nl/images/header.jpg');
    background-repeat: no-repeat;
}
.films {
	margin: 0px auto;
	width:1024px;
	text-align:center;
}
.neuken {
	margin: 0px auto;
	width:1000px;
	text-align:center;
}
.ads {
	margin: 0px auto;
	width:1024px;
	text-align:center;
}
.footer {
    background-image: url('http://www.nu-neuken.nl/images/bg.jpg');
    background-repeat: repeat-x;
	width:100%;
	height:150px;
}
