/* catfish and 'position:fixed' emulation */
body, html {
	padding:0;
	margin:0;
}
#catfish {
	position:fixed;
	bottom: 0;
	background:transparent url(../images/catfish_back.gif) repeat-x left bottom;
	padding:0;
	height:80px;  /* includes transparent part */ 
	margin: 0;
	margin-bottom: -79px;
	width:100%;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
a#img{ /* a simple little image replacement for the main text and image */
	overflow:hidden;
	background: transparent url(../images/catfish_css_bundle.gif) no-repeat left bottom;
	width:279px;
	height:80px;
	float:left;
	padding:0;
	margin:0;
	display:block;
}
#catfish #closeme{
	margin: 30px 16px 0pt 0pt; 
	float: right; 
	font-size:11px; 
	color:#FFCC00;
}
#catfish #content{
	margin:30px 0px 0px 300px; 
	color:#fff;
	line-height:20px;
}
#catfish #content a {
	color:#0000CC;
	font-weight:bold;
}
#catfish #content a:hover {
	color:white;
}