@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:none;
}
html {
	height:100%;
}

body {
	background:url(img/bg.jpg) top center;
	height:100%;
}

div#wrapper {
	min-height:100%;
	position:relative;
	width:100%;
	background:url(img/line.png) top center no-repeat;
	height:100%;
}

div.index {
	width:960px;
	margin:0 auto;
	background:white;
	height:100%;
}

div.index > header { 
	height:163px;
	width:960px;
	background:url(img/maakuwkeuze.jpg) center no-repeat;
} 

div.index > header > div {
	width:960px;
	height:9px;
	background:#e5e5e5;
}

div.index > nav {
	width:960px;
	height:468px;
}
div.index > nav > a {
	display:block;
	height:468px;
	width:240px;
	float:left;
}
div.index > footer {
	padding:42px 0 0 36px;
	height:120px;
	width:924px;
}
div.index > footer > p {
	font-family: 'PT Sans Caption', sans-serif;
	font-size:12px;
	line-height:23px;
	float:left;
	width:240px;
}
div.index > footer > figure {
	height:57px;
	margin:20px 0 0 30px;
	float:left;
}
div.index > footer > a {
	color:#000;
	text-decoration: none;
}

