body {			margin:0;padding:0;  }
body #bar {		position: fixed; top: 0;left: 0px; width: 100%; background-color:white; z-index:100;}
#flashbanner {	height:80px; background-color:white; text-align: center;border: 1px solid black;}
#divider {  	height: 80px;  }
/* 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;}
* html div#fixedcontainer{ overflow: auto; width: 100%;height: auto !important; /* voor moderne browsers */ height: 100%; /* voor IE */ min-height: 100%; 	 }