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

#catfish {
position:fixed;
bottom: 0;
padding:0;
height: 59px;  /* includes transparent part */ 
margin: 0;
margin-bottom: -79px;
width:100%;
}
