#informationbar{
 position: fixed;
 left: 0;
 width: 100%;
 text-indent: 6px;
 padding: 10px 0;
 background-color: #826259;
 border-bottom: 1px solid black;
 font: bold 14px Verdana;
 z-index: 999;
}
* html #informationbar{
 position: absolute;
 width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}