div { 
	border: none;
}
div#page {
	position: absolute;
	left: 5%;
	left: expression(document.body.clientWidth < 1024 ? "00px" : (document.body.clientwidth-1024)/2);
	top: 0px;
	height: 100%;
	min-width: 1024px;
	min-height: 650px;
	width: 1024px;
	overflow: visible;
	background-image: url(../images/vertkader.jpg);
	background-repeat: repeat-y;
}
div#header {
	position:absolute;
	left:0px;
	top:0px;
	height:137px;
	width:1009px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
        border: none;
}
div#landschap {
	position:absolute;
	left:0px;
	top:137px;
	height:230px;
	width:1009px;
	background-image: url(../images/landschap.jpg);
	background-repeat: no-repeat;
        border: none;
}
div#groenebalk {
	position:absolute;
	left:0px;
	top:137px;
	height:7px;
	width:1009px;
	background-image: url(../images/groenebalk.jpg);
	background-repeat: no_repeat;
	border: none; 
}
div#kader {
	position:absolute;
	left:0px;
	top:230px;
	height:195px;
	width:1009px;
	background-image: url(../images/kader.jpg);
	background-repeat: no_repeat;
	border: none; 
}
div#randomhuis {
	position:absolute;
	left:664px;
	top:-26px;
	height:214px;
	width:320px;
	background-repeat: no_repeat;
	border: none; 
}

div#tekst {
	position:absolute;
	left:-550px;
	top:100px;
	height:200px;
	width:500px;
	background-repeat: no_repeat;
	border: none; 
}
