body {
	background: #2c2c2c url(images/background.gif) repeat-x top center;
	font-family: arial, serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
* {
	margin: 0;
	padding: 0;
}


div.container {
	margin: 0 auto;
	width: 633px;
	height: 100%;
}

div.header {
	width: 650px;
	height: 200px;
	float: left;
	background: #333 url(images/beltegoed.jpg) repeat-x top left;
}

div.holder {
	width: 622px;
	padding-left: 0px;
	float: left;
}

div.content {
	width: 650px;
	height: auto;
	padding: 0px;
	float: left;
	color:#333;
	background: #df852d;
}

div.links {
	width: 149px;
	height: auto;
	margin: 5px;
	padding: 5px;
	float: left;
	color:#333;
	background: #cc8c4e;
	text-align=left;
}

div.rechts {
	width: 435px;
	height: auto;
	padding: 10px;
	float: right;
	color:#333;
	background: #df852d;
	text-align:left;
}

div.footer {
	width: 550px;
	padding: 5px;
	float: left;
	color:#fff;
	text-align:center;
	background: #df852d;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	}