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

#catfish {
position:fixed;
top:0;
background:transparent url(images/catfish-tile.gif) repeat-x left bottom;
padding:0;
height: 760px;  /* includes transparent part */ 
cursor: pointer;
margin: auto; 
width:100%;
text-align: center;
z-index: 100;

left: 3;

}
#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:79px;
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;
}


