#informationbar{
position: fixed;
left: 0;
width: 100%;
text-indent: 5px;
padding: 5px 0;
background-color: #ffffe1;
border-bottom: 1px solid black;
font: bold 10px Verdana;
color:#000;
text-align:left;

}
#informationbar a{
	color:#005ffd
}

* html #informationbar{ /*IE6 hack*/
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}
