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

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

/*
html {
padding:0 0 61px 0;
}
*/