/* CATFISH BANNER */
div#catfish-banner {
	background: transparent;
	width: 100%;
	height: 45px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
}
div#catfish-banner div.banner {
	overflow: hidden;
}
a#catfish-banner-close {
	display: block;
	background: url(img/catfish-close.png) no-repeat;
	width: 0px;
	height: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}
a#catfish-banner-close:hover {
	background: url(img/catfish-close-hover.png) no-repeat;
}