* {
	font-family: "Verdana", "Gill Sans", "Arial", sans-serif;
	font-size: 12px;
	line-height: 16px;
}

body {
	margin: 0;
	background: url(bg.png) top center repeat-x #8a93c9;
	padding-bottom: 32px;
}

img {
	border: 0;
}

div#center {
	position: absolute;
	top: 0;
	margin-bottom: 48px;
}
.center, 
div#center {
	left: 50%;
	width: 840px;
	margin-left: -420px;
}

div#header {
	margin-bottom: 10px;
}

div#header-r {
	float: left;
	padding: 30px 0 0 20px;
}

div#watermerk {
	background: url(watermerk.png) bottom right no-repeat;
	width: 315px;
	height: 568px;
	z-index: -1;
	position: fixed;
	top: 200px;
	right: 0;
}

div#menu {
	width: 354px;
	height: 45px;
	background: #4B63AE;
	padding: 0 0 0 12px;
	margin-top: 7px;
}

div#menu a {
	color: white;
	line-height: 50px;
	font-size: 15px;
	text-decoration: none;
}

div#menu a:hover {
	color: #DDD;
	text-decoration: underline;
}

div.kolom {
	width: 392px;
	border: 1px solid #8a93c9;
	float: left;
	height: 480px;
	background: white;
	color: black;
	padding: 8px;
	margin-bottom: 48px;
}

div#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: white;
	z-index: 1;
	background: #8a93c9;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #4B63AE;
}

div#footer a {
	color: white;
	text-decoration: none;
}
