/* catfish and 'position:fixed' emulation */

#catfish {
position:fixed;
bottom: 0;
background:transparent;
padding:0;
height: 150px;  /* includes transparent part */
margin: 0;
margin-bottom: -150px;
width:100%;
text-align:center;
vertical-align:top;
}
#catfishinner {
margin-left:auto;
margin-right:auto;
margin-top:0;
position:relative;
background:transparent url(common/catfish/catfish_background.png) no-repeat;
float:center;
width:700px;
height:200px;
}
#catfish h3{ /* a simple little image replacement for the main text and image */
overflow:hidden;
text-indent:-1000em;
background: blue url(images/catfish.gif) no-repeat left bottom;
width:279px;
height:79px;
float:left
}
#catfish ul{
margin: 16px 16px 0pt 0pt;
padding: 0pt;
float: right;
font-size: x-small;
font-weight:bold;
list-style-type: none;
}
#catfish ul li a{
color:#000000;
}
/*
html {
padding:0 0 58px 0;
}
*/