/* catfish and 'position:fixed' emulation */
body{
	margin: 0px;
	padding: 0px;
}
#catfish {
position:fixed;
bottom: 0;
background:transparent url(images/bg.gif) no-repeat 6px bottom; 
padding:0;
height: 91px;  /* includes transparent part */ 
cursor: pointer;
margin: 0;
margin-bottom: -90px;
width:100%;
}

a#closeme{ 
position:absolute; 
left:935px;
margin: 33px 0px 0px 0px; 
padding: 0px 0px; 
float: left; 
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
list-style-type: none;
color:#ffffff;
}

