body {
	margin:0;
	padding:0;
}
body #bar {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:10%;
	min-height:48px; /* zorgt ervoor dat afm-waarschuwing altijd in beeld blijft */
	background-color:white;
	z-index:100;
}
#afmbanner {
	height:100%;
	background-color:white;
	text-align: center;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	background:#fff url(../i/afmbanner_800x60.png) no-repeat 50% 50%;
}
#divider {
	height:10%;
	min-height:48px;
}
/* ie 6 */
* html #bar {
	position: absolute;
	left:0;
top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}
* html body {
	overflow: hidden;
}

