/* catfish and 'position:fixed' emulation */

#catfish {
	position:fixed;
	bottom: 0;
	padding:0;
	height: 120px;  /* includes transparent part */
	cursor: pointer;
	margin-bottom: -120px;
	width:100%;
	background-color: transparent;
	background-image: url(/images/catfish/catfish-tile.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#catfish h3{ /* a simple little image replacement for the main text and image */
overflow:hidden;
text-indent:-1000em;
background: transparent url(/images/catfish/catfish.png) no-repeat left bottom;
width:279px;
/*height:79px;*/
height:120px;
float:left
}
#catfish ul{
	padding: 0pt;
	float: right;
	font-size: x-small;
	list-style-type: none;
	margin-top: 70px; 
	margin-right: 16px;
	margin-bottom: 0pt;
	margin-left: 0pt;
}
#catfish ul li a{
color:#FFCC00;
}
#catfish p#catch{
	color: #fff;
	margin-top: 74px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 292px;
	font-family: "comic sans ms";
	font-size: 12px;
}

#catfish a {
	color: #CCCCFF;
}

/*
html {
padding:0 0 58px 0;
}
*/
