body {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 920px;
	max-width: 1300px;
	margin-top: 3px;
}

div#totalwrapper {
	overflow: hidden;
}

div.column {
	postion: relative;
	float: left;
	/* NODIG VOOR FULL HEIGHT, MAAR WILLEN WE DAT WEL?
	padding-bottom: 20010px;
	margin-bottom: -20010px;
	*/
}
 
div#links {
	width: 190px;
}

div#wrapper {
	position: relative;
	padding-left: 210px;
	padding-right: 350px;
}

div#center {
	width: 100%;
}

div#rechts {
	width: 320px;
	margin-right: -100%;
	border-left: solid 30px #fdfdfd;
}