#report {  
	position:fixed;  
	bottom:0;  
	padding:0;  
	background: transparent url(/images/report_bk.gif) repeat-x bottom left; 
	height: 120px;  /* includes transparent part */  
	cursor: pointer;  
	margin: 0;   
	width:100%;  
	display: none;
	z-index: 40;
}  
html {  
	padding:0 0 60px 0;
}  