div#catfish {
	display: none; /* Stops catfish appearing before the page is fully loaded */
	background-color: #990066;
	text-align: bottom;
	border: 0;
		}
div#catfish a#close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
		}
		