html {
	height:100%;
	margin:0;
	padding:0;
	}

body {
	background: #fff url(bg_grijs.png) no-repeat center top;
	height:100%;
	margin:0;
  margin-top:5px;
	padding:0;
	}
	
#wrapper {   
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;    
	width:670px;
	margin:0px auto 0;
	background: url(bg_wrapper670_3.png) no-repeat center top;
}



#header {
    width:670px;
    height:44px;
		padding-top: 0px;
		margin-right: 0px;
  	margin-left:  0px;
		margin-top:   0px;
		margin-bottom:0px;
}

#header h1{
  display: none;
}	

#navigation {
    width:670px;
    height:23px;
  	margin-right: 0px;
  	margin-left: 0px;
		margin-top:71px;
		background: #fff url(bg_menu_green.png); 
}

#content {
    width:410px;
    padding:0 0 50px; /* bottom padding voor de footer */
    margin-right: 20px;
  	margin-left:  30px;
		margin-top:   20px;
		margin-bottom:50px;
    color:#000;
		float:left;
    }	
		
#fotos {
    width:200px;
    padding:0 0 5px; /* bottom padding voor de footer */
    margin:16px auto;
    margin-right:  0px;
  	margin-left:  10px;
		margin-top:   20px;
		margin-bottom:50px;
    color:#000;
		float:left;
    }	
