/* catfish and 'position:fixed' emulation */

#catfish {
position:fixed;
bottom:0;
background:transparent url(catfish_bg.png) repeat-x left bottom;
padding:0;
height: 48px;  /* includes transparent part */ 
cursor: pointer;
margin: 0; 
width:100%;
}


html {
padding:0 0 48px 0;
}

#closeme { position: absolute; right: 5px; bottom: 40px;  font-size: 9px;}
  
#disableme { position: absolute; right: 45px; bottom: 40px; font-size: 9px; }