.mainframe{
visibility:hidden;
}
.btAdminfooter {
	width:100%;
	height:53px;   /* Height of the footer */
	background:url(images/bg_footer.gif) repeat-x bottom left;
	position:fixed;
	bottom:0px;
	z-index:99;
	_position:absolute;
	_top:expression( ( 0- fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );


}
.btAdminfooterrHolder, .btAdminfooterrHolder a {
	padding-top:18px;
	color:#ffffff !important;
	font-size:12px
}