#wrapper {
	background-color: #3C3C3C;
	height: auto;
	width: auto;
	float: left;
	clear: both;
	margin: 10px;
	padding: 10px;
}
#inhoud {
	border: medium groove #666666;
	height: auto;
	width: 800px;
	margin: 25px;
	background-repeat: repeat;
	background-image: none;
	color: #FFFFFF;
}

