body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/achtergrond.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #444444;
	scrollbar-highlight-color: #111111;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FFFFFF;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 20px;
}

div.main {
	overflow-x:hidden;
	overflow-y:scroll;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: auto;
}

#werklaag {
    position: absolute;
    width: 956px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -478px;
	z-index: 0;
}

