#informationbar {
position:fixed;
width:100%;
text-align:center;
background:lightyellow url(blank.gif) no-repeat;
border-top:1px solid black;
padding:3px 0;
color:#000;
text-decoration:none;
font-size:11px;
font-weight:bold;
}

#informationbar a {
color:#0099FF;
text-decoration:none;
font-size:11px;
font-weight:bold;
}

* html #informationbar {
position:absolute;
width:expression(document.compatMode=="CSS1Compat"?document.documentElement.clientWidth+"px":body.clientWidth+"px");
}

#informationbaru{
position: fixed;
width: 100%;
color: #fff;
text-align:center;
font-size:11px;
font-weight:bold;	
padding:6px 0;
background:#990000;
border-bottom: 1px solid black;
}

#informationbaru a{
color: #fff;
text-decoration: none;
font-size:11px;
font-weight:bold;	
}

* html #informationbaru{
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}