/* A. de Groot Lay Out Stylesheet */

body{ 
	margin: 0px 0px 0px 0px; 
	background: #091115 ;
}  

#main{		
	width: 800px;
}
	
#header{			
	width: 800px; height: 107px;		
	background: url('../images/header.jpg') no-repeat;
}
	
#foto{			
	width: 590px; height: 231px;
}
	
#menu{				
	width: 210px;
	background: url(../images/menu.jpg) repeat-y;
}
	
#content{			
	width: 590px;
	background: #ffffff url(../images/balk.jpg) repeat-x top;
}
	
#footer{
	width: 800px; height: 31px;
	background: url('../images/footer.jpg') no-repeat;
}