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

#catfish {
color:#2F4062;
position:fixed;
bottom:0;
background:transparent url(images/catfish-tile.gif) repeat-x left bottom;
padding:0;
height: 124px;  /* 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:124px;
float:left;
margin:0;
}
#catfish ul{
margin: 60px 16px 0pt 0pt; 
padding: 0pt; 
float: right; 
font-size: small; 
list-style-type: none;
}
#catfish ul li a{
color:#2F4062;
}
#catfish p#catch{
margin: 60px 0pt 0pt 292px; 
color:#2F4062;
}
html {
padding:0 0 80px 0;
}

body {
	margin: 0;
	padding: 0;
}