/* catfish and 'position:fixed' emulation */

#catfish {
	height: 92px;  /* includes transparent part */
	width:100%;
	border:0;
	position:fixed;
	bottom:0;
	background: url(../images/bgcat.png) repeat-x bottom !important;
	filter: none !important;	
	background-image: none;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bgcat.png', sizingMethod='scale');
	cursor: pointer;
	margin-bottom: -92px;
	padding:0;
}

#catfish h3 {
	height:92px;
	width:279px;
	overflow:hidden;
	text-indent:0;
	margin:0;
	padding:0;
}
#catfishcontent {
	height:92px;
	width:880px;
	margin:0 auto 0 auto !important;
	margin:0px auto 0 auto;
	position:relative;
}
#catch {
	height:92px;
	width:880px;
	background: url(../images/text.png) !important;
	background: url(../images/text2.png);
	filter: none !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/text.png', sizingMethod='scale');
	background-repeat:no-repeat;
	background-repeat:no-repeat !important;
	position:absolute;
	bottom:3px !important;
	bottom:1px;
	z-index:1;
}
#closeme {
	height:18px;
	width:82px;
	position:absolute;
	bottom:25px;
	right:-300px;
	z-index:10;
}

