#catfish{
	display:none;
	z-index: 60;
	background-color: rgba(0,0,0,.5);
	text-align:center;
	height:auto;
}

#catfish-close {
	display: block;
	padding: 0 8px;
	position: absolute;
	top: auto;
	bottom: 100%;
	right: 0;
	left: auto;
	cursor: pointer;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}
#catfish-close img {
	display: inline-block;
}

#catfish-close span {
	display: inline-block;
	padding: 0 2px;
	font-size: 12px;
	line-height: 20px;
}