/* CSS Babes4Free Topper catfish and 'position:fixed' emulation */

#catfish {
position:fixed;
right:0px;
top:0;
padding:0;
background:transparent url(../images/b4f-tile.png) repeat-x left bottom; 
height: 59px;  /* 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/logo.png) no-repeat left;
width:140px;
height:59px;
float:left
}
#catfish ul{
margin: 20px 0pt 0pt 20px ; 
padding: 0pt; 
float: right; 
list-style-type: none;
}
#catfish ul li a{
font-family:Tahoma;
font-size:12px;
font-weight: bold;
color: #ff61b0; 
}
#catfish p#catch{
float: right; 
margin: 20px 0pt 0pt;
font-family:Tahoma;
font-size:12px;
color: #000000;
}
