@charset "utf-8";


/* Scaler - Code niet veranderen!*/
*{border:0;margin:0;padding:0;outline:0}
html,body{width:100%;height:100%;overflow:hidden}

#holder{position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#holder[id]{display:table}
#holder div{position:absolute;left:0;top:50%}
#holder[id] div{display:table-cell;vertical-align:middle;position:static}
#holder img{position:relative;top:-50%;margin:0 auto;display:block;-ms-interpolation-mode:bicubic;width:100%}
*:first-child+html #holder div{position:absolute}/*force IE 7 back to position:absoulte*/

#body {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	overflow:auto;
	font-family: "Verdana";
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 0px;
	padding: 0px; 
	min-height: 100%;
	}

#website {
	margin-top: 30px;
	background-position: center;
	text-align:center;
	width: 850px;
	}
	
#home {
	color: #000000;
	height: 180px;
	width: 100%;
}

#content {
	color: #000000;
	width: 600px;
	text-align: center;
	margin-bottom: 50px;
}

#content2 {
	color: #000000;
	width: 800px;
	text-align: center;
	margin-bottom: 50px;
}

#content3 {
	color: #000000;
	width: 400px;
	text-align: left;
	margin-bottom: 50px;
}
	
#footer {
	height: 425px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/footer.png);
	} 
	
#footer2 {
	color: #FFFFFF;
	width: 100%;
	bottom: 5px;
	position: absolute;
	font: Verdana;
	text-align: center;
	overflow: auto;
	font-family: "Verdana";
	font-size: 11px;
	line-height: 15px;
	}
