div#catfish {
	display: none; /* Stops catfish appearing before the page is fully loaded */
	text-align: center;
	border-top: 0px solid black;
	z-layer:-9999;
}
div#catfish a#catfish-close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: black;
}
div#catfish iframe {
	padding-top: 5px;
	padding-bottom: 5px;
}

