@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
p {
	padding: 1em 0;
	line-height: 1.5em;
}
html, body {
	height: 100%; /* héél belangrijk */
	color: #fff;
	background: #000;
}
#header {
	height:175px;
	border-bottom:1px solid #fff;
	
}
#middle {
	height:424px;
	width:100%;
	background-image:url(../images/middenbg.jpg);
}
#scrollcontainer {
	height:424px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow-x:hidden;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:950px;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;


}
