/* catfish and 'position:fixed' emulation */
#catfish {
position:fixed;
bottom:0;
padding:0;
height: 100px;  /* includes transparent part */ 
cursor: pointer;
margin: 0; 
width:100%;
background-color: transparent;
}
#catfish h3{ /* a simple little image replacement for the main text and image */
overflow:hidden;
text-indent:0em;
/*background: transparent url(/catfish/images/catfish.gif) no-repeat left bottom;*/
width:279px;
height:79px;
float:left;
display : none;
}
#catfish ul{
margin: 20px 0pt 0pt 15px; 
padding: 0pt; 
float: left; 
font-size: x-small; 
list-style-type: none;
}
#closeme{
position: absolute;
left:180px;
bottom:70px;
border:0px;
/*
background : url(/catfish/images/close_this_decanter.gif) repeat-x left top;
width : 1px;
font-size : 0px;
padding : 26px 149px 0pt 0pt;
margin : 15px 0pt 0pt 180px;
*/
}
#closeforever{
position: absolute;
left:20px;
bottom:70px;
border:0px;
/*background : url(/catfish/images/dont_show.gif) repeat-x left top;
width : 1px;
font-size : 0px;
padding : 42px 149px 0pt 0pt;
margin-left: -165px;
*/
}
#catfish p#catch{
margin: 40px 0pt 0pt 292px; 
color: #fff;
display : none;
}
html {

}