html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Verdana, "Lucida Grande";
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: #ffffff;
	font-size: 9pt;
	background-color: #000000;
}
img {
	border: 0px;
}
#wrapper {
	position: absolute;
	left: 50%;
	width: 1024px;
	height: 500px;
	margin-left: -512px;
}
#logo {
	position: relative;
	left: 129px;
}
#single {
	position: absolute;
	right: 25px;
	top: 25px;
}
#content-wrapper {
	margin-top: 14px;
}
#menu {
	line-height: 28px;
	font-weight: bold;
	font-size: 12pt;
	width: 100px;
	text-align: right;
	padding-top: 22px;
}
#menu a {
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover {
	color: #CB9151;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	color: #CB9151;
}
#menu img {
	margin-top: 15px;
}
.lijntje {
	background-repeat: no-repeat;
	background-image: url(img/lijntje.png);
	position: absolute;
	top: 150px;
	height: 700px;
	width: 3px;
}
#left-content {
	position: absolute;
	left: 130px;
	top: 200px;
	width: 425px;
}
#right-content {
	position: absolute;
	left: 587px;
	top: 200px;
	width: 425px;
}
h2 {
	font-weight: bold;
	font-size: 12pt;
	margin-top: 5px;
}
#footer {
	position: absolute;
	bottom: 0%;
	left: 50%;
	width: 947px;
	margin-left: -512px;
	text-align: right;
}