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

#catfish {
position:fixed;
bottom:0;
background:transparent url(bottom.gif) repeat-x left bottom;
padding:0;
height: 30px;  /* background image - includes transparent part*/ 
cursor: pointer;
margin: 0; 
width:100%;
}
#catfish h3{ /* a simple little image replacement for the main text and image */
overflow:hidden;
text-indent:-1000em;
/* background: transparent url(images/catfish.gif) no-repeat left bottom; */
width:279px;
height:30px;
float:left
}
#catfish ul{
margin: 1px 16px 0pt 0pt; /* number of pixels close link is from top of catfish */
padding: 0pt; 
float: right; 
font-size: x-small; 
list-style-type: none;
}
#catfish ul li a{
color: #FF0000;
/* text-decoration: underline; */
}
#catfish p#catch{
margin: 40px 0pt 0pt 292px; 
color: #fff
}
html {
padding:0 0 58px 0;
}

