﻿body {
 background-color: #000000;
}


#centerpaginawrapper /*zorgt ervoor dat de hele pagina netjes gecentreerd wordt*/
{
	TOP: 50%;
	LEFT: 50%; 
	VISIBILITY: visible; 
	MARGIN-LEFT: -450px; 
	MARGIN-TOP: -330PX;
	WIDTH: 900px; 
	HEIGHT: 660px;
	POSITION: absolute; 
	TEXT-ALIGN: left;
	background-image: url(/i/Saed-Site.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

/* TEASER */
.teaser {
    font-size: 10px;
    line-height: 16px;
    
}



/* ALGEMEEN */
.clear
{clear:both;}

a , a:visited, a:hover {color: #ff0000;text-decoration: underline;}
a:focus {outline:none;}