#informationbar{ position: fixed; left: 0; width: 100%; text-indent: 30px; padding: 30px 0; background-color: #B4B4B4; border-bottom: 1px solid #333; font: 12px Georgia, "Times New Roman", Times, serif; }
#informationbar a { 
	color: #333; text-decoration: none; border-bottom: 1px dotted #999; font-weight:bold;
	border-bottom: 1px dotted #999; font: 1em/1.5em Georgia, "Times New Roman", Times, serif; 
}
* html #informationbar{ /*IE6 hack*/
position: absolute; width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px"); }
