
* html div#centreer {
	 position: relative;
     margin-left: auto;
     margin-right: auto;
     width: 780px; /* mandatory to be centered */
	 background-color:#1E78AD;
	 top:0px;
	 padding-top:0px;
	 height:575px;
}

* html div#navlinks{ position:absolute; }
* html div#header {
	position:absolute;
	top:0;
	width:624px;
	height: 65px;
	margin-left: 142px;
    margin-right: 0;
	background-color:#EEB52D;
	float:right;
	border-width:3px;
	border-color:#1E78AD;
	border-style:solid;
}
	
* html div#witvlak {
	background-color:white;
	height:404px;
	width: 616px;
	float:right;
}	

* html div#main {
	width:616px;
	background-color:white;
	float:right;
	position:absolute;
	border-right:3px solid #1E78AD;
	border-left:145px solid #1E78AD;
	border-bottom:3px solid #1E78AD;
	padding-left:8px;
	padding-top:8px;
	padding-right:8px;
}
	

* html div#nvog{
	color:#FFE9B4;
	position:absolute;
	width:124px;
	padding-left:20px;
}
