html {
	height: 100%;
	overflow: auto;				/* IE6: no scrollbar when not necessary */
}
body {
	margin: 0px;
	height: 100%;
	background-color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: white;
}
#menu {
	position: absolute;
	margin-top: 175px;
	margin-left: 20px;
}
#menu div a { text-decoration: none; color: white; }
#menu div a img { position: absolute; }
#menu div a span { margin-left: 55px; }
#menu div { margin-bottom: 20px; }
#minheight {					/* IE6: min-height replacement */
	position: absolute;
	height: 600px;
}
#main {
	margin: auto;				/* in combination with a width, centers this block element */
	width: 766px;
	height: 100%;
	min-height: 600px;
	border-left: #514E45 1px solid;
	border-right: #514E45 1px solid;
	background-image: url(/images/achtergrond.jpg);
	background-repeat: no-repeat;
}
#txt {
	margin-left: 275px;
	margin-top: 175px;
	margin-right: 10px;
}
span.first {
	font-weight: bold;
	font-size: 24px;
	color: #ffff00;
}
.title {
	text-align: center;
	font-weight: bold;
	font-size: 48px;
	color: #ff0000;
}
