* {
	margin: 0px;
	padding: 0px;
}

/* CATFISH RELATED - NOT REQUIRED FOR CATFISH TO WORK */
#catfish_logo{
	width:292px;
	height:79px;
	background:url(images/catfish.gif) top left no-repeat;
	float:left;
	}
#catfish_bt{
	width:400px;
	height:54px;
	background:url(images/button.gif) top center no-repeat;
	margin:10px 0px 0px 30px;
	float:left;
	}
div#catfish {
	display: none; /* Stops catfish appearing before the page is fully loaded */
	/*background-color: #FFFFFF;*/
	background:url(images/catfish-tile.gif) top repeat-x;
	text-align: center;
	border-top: 1px solid black;
	height:79px;
	z-index:9999;
}
div#catfish a#catfish-close {
	position: absolute;
	top: 5px;
	right: 15px;
	color:#FFFFFF;
	text-decoration:none;
		
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
/*	letter-spacing: -1px;*/
	line-height: 1.2em;
	margin-bottom:10px;
}
div#catfish iframe {
	padding-top: 5px;
	padding-bottom: 5px;
}