

/* CATFISH RELATED - NOT REQUIRED FOR CATFISH TO WORK */
div#catfish {
  z-index: 100000; 

  white-space: nowrap; 
	display: none; /* Stops catfish appearing before the page is fully loaded */
	text-align: center;
	border-top: 0px solid black;
	line-height: normal;
}

div#ufa_position {
top: expression( ( -0 - catfish.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
				padding: 0px;
				margin: 0px;
				overflow: hidden;
}