#catfishbannerbox {
    margin: 0;
    width: 100%;
    height:40px;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: Arial;
    font-size: 12px;
    overflow: visible;
    clear:both;
    z-index:1989;
}
#catfishbannerbox a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
#catfishbannermenu{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1999;
}
#catfishbannermenu a.close {
	display:block;
	padding:12px;
}
#catfishbannerbox-close {
	position: absolute;
	left:0;
	bottom: 0;
	z-index: 998;
	width:100%;
	height:17px;
	background-color: #000;
	text-align: center;
	padding:3px 0 0 0;
	display:none;
}
#catfishbannerbox-close a.open {
	color:#fff;
	font-family: Arial;
    font-size: 12px;
    position: absolute;
	right: 0px;
	top: 3px;
	z-index: 1999;
	display: block;
    padding: 0 12px 0 0;
}
#catfishbannermenu{
	display: none;
}
#catfishbannercontent div.banner-background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:40px;
	background: black;
}
#catfishbannercontent{
	clear: both;
	/*background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);*/
	text-align: center;
	height: 40px;
	position:relative;
}
#catfishbannercontent div{
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
#catfishbannercontent div.pubs {
	display:inline-block;
	width:995px;
	overflow:visible;
	position:relative;
	z-index:992;
}

#catfishbannercontent div.pub-petite {
	width: 995px;
	height:40px;
	display: block;
	position: relative;
	z-index:999;
}
#catfishbannercontent div.pub-grande {
	width: 995px;
	height:500px;
	display: block;
	position: relative;
	display:none;
	top:-460px;
	left:0px;
	z-index:1000;
}
