/* catfish and 'position:fixed' emulation */

#catfish {
position:fixed;
bottom:0;
/*background:transparent url(../images/catfishbg.jpg) repeat-x left bottom;*/
background-color:#63937d;
padding:0;
height: 30px;  /* includes transparent part */ 
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: 30px 16px 0pt 0pt; 
padding: 0pt; 
float: right; 
font-size: x-small; 
list-style-type: none;
}
#catfish ul li a{
color:#FFCC00;
}
#catfish p#catch{
padding-top:10px;
margin: 0px 0pt 0pt 0pt; 
color:#FFFFFF;
vertical-align:middle;
text-align:center
}

#catfish marquee{
color:#FFFFFF;
font-weight:bold
}

html {
padding:0 0 30px 0;
}

