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

#catfish {
position:fixed;
bottom:0;
background:transparent url(images/catfish_background.jpg) repeat-x left bottom;
padding:0;
height: 69px;  /* 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_h3.jpg) no-repeat right bottom;
width:195px;
height:69px;
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:#CCCCCC;
}
#catfish p#catch{
	margin: 25px 0pt 0pt 300px;
	color: #fff;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p#catch a {
	color: #FFFFFF;
}
p#catch a:hover {
	text-decoration:underline;
}
html {
padding:0 0 58px 0;
}

