#informationbar{
	
	position: fixed; 
	right: 0px; bottom: 0px;
	text-align: center;
	
	right: 20px;
	width: 220px;
	text-indent: 5px;
	padding: 5px 0;
	background-color: #e5e5e5;
	font: bold 12px Verdana;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: groove;
	border-top-color: #FFFFFF;
	border-left-width: 2px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: groove;
	border-left-style: groove;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

* html #informationbar{ /*IE6 hack*/
position: absolute; 
right: 0px; 
bottom: 0px;


right: auto; bottom: auto;
right: expression( '20px' );

top: expression( ( 0 - informationbar.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}


