#informationbar{
position: fixed;
left: 0;
width: 100%;
text-indent: 5px;
padding: 5px 0;
background-color: #dee7f7;
border-bottom: 0px; solid #dee7f7;
font: bold 13px Verdana;
}
* html #informationbar{ 
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}
