body{
	background-color: #1b1b1b;
}

div.center {
	position:absolute;
	top: 50%;
	left: 50%;
	width:880px;
	height:360px;
	margin-top: -180px; /*set to a negative number 1/2 of your height*/
	margin-left: -440px; /*set to a negative number 1/2 of your width*/
	overflow: no;
}

a:link {
	color: #4c85b4;
	font-weight: bold;
	text-decoration: none;
	font: 12pt Verdana;
	
}
a:visited {
	color: #4c85b4;
	font-weight: bold;
	text-decoration: none;
	font: 12pt Verdana;
}
a:hover {
	color: #4c85b4;
	font-weight: bold;
	text-decoration: underline;
	font: 12pt Verdana;
}
a:active {
	color: #4c85b4;
	font-weight: bold;
	text-decoration: none;
	font: 12pt Verdana;
}
div.scherm{
	position: absolute;
	top:	140px;
	left:	0px;
	width: 850;
	height: 220;
	background-color: #1d1f24;
	border: 1px solid Black;
	
}

div.header{
	position: absolute;
	top:	0px;
	left:	0px;
	border: 1px solid Black;

}


div.text{
	position: absolute;
	top:	46px;
	left:	380px;
	height: 340px;
	width: 440px;
	overflow: auto;
	overflow: auto;
	text-align: left;
	font: normal 12pt Verdana;
	color: #ffffff;
	text-decoration:	no;
	text-align: left;

	
}
div.normaltekst{
	font: normal 10pt Verdana;
	
}

div.error{
	top: 0px;
	left:	20px;
	position:	absolute;
	font: normal 130pt Verdana;
	color: #949494;
	text-decoration:	no;
	text-align: left;
	
}
