* {
	margin: 0;
	padding: 0;
}

html, body {
	background:#6F6F6F url(http://www.bovanhonk.nl/images/Bo.jpg) no-repeat top center;	
	background-color:#c0c0c0; /* #000000 #808080 #4e4c48 #808080 #bdbdbd*/
	background-size: 100% ;/* doet het niet in IE */
}

body {
	font-family: Arial, Helvetica, Verdana;	
  font-size: 13px;
  color: #333;
	width: 100%;
	overflow-y: scroll;	
}

body, html {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#background, #scroller { position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; }
#scroller { z-index:2; overflow:auto; }