html, body{
	background-color: cccccc;
	font-family:Verdana;
	font-size:11px;
	}
	

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 796px;
     height: 577px;
     margin-top: -289px; /* half of the height */
     margin-left: -398px; /* half of the width */
     border: 1px solid #000;
     }
	 
#global #achtergrond{
	widht: 796px;
	height:290px;
	background-image:url(../images/index.jpg);
	background-repeat:no-repeat;
	padding-left:250px;
	padding-right: 20px;
	padding-top: 20px;
	overflow: auto;
	}
#global #achtergrond strong{
	color:#3a3fff;
	}
	