html, body {
	height:100%;
	margin:0;
	padding:0;
	}
#wrapper {   
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;    
	width:790px;
	margin:0 auto;
	}
#header {
    width:770px;
    height:44px;
    margin: 5px 10px 0 10px;
}
#navigation {
    width:770px;
    height:23px;
  	margin-right: 10px;
  	margin-left: 10px;
}
#banner {
  	margin-left: 208px;
  	margin-top: 35px;		
    width:390px;
    height:100px;  
}
 #leftcolumn {
 	margin:16px 0 0 20px; 
 	width: 173px;
    position:absolute;
    top:165px;
    left:0;	/* deze is voor IE, FF kan er zonder, maar IE natuurlijk weer niet */
    bottom:0;
    }
#content {
    width:561px;
    padding:0 0 50px; /* bottom padding voor de footer */
    margin:16px 20px 0 209px;
    color:#000;
    }	
#footer {
    height:10px;
    width:770px;
    
    position:absolute;
    bottom:0;
    }
	