html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "Century Gothic","myriad Pro",sans-serif,Verdana,arial;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background:#FFFFFF;
	line-height:18px;
}

img {
	border:0px;
}


div#container {
	position:relative; /* Nodig voor footer positie */
	width:1000px;
	height:auto !important; /* Echte browsers */
	height:100%; /* IE6: behandeld als min-height*/
	min-height:100%; /* echte browsers */
	padding:0px;
	float:left;
	margin:0 auto; /* center, niet in IE5  */
	left:50%;
	margin-left:-492px;
	background:#FFFFFF;
}

div#footer {
	width:1000px;
	height:27px;
	background:url(/gfx/footer.gif) no-repeat top center;
	float:left;
}