		div#catfish {
			display: none; /* Stops catfish appearing before the page is fully loaded */
			background-color: #FFFFFF;
			text-align: center;
			border-top: 1px solid black;
		}
		div#catfish a#close {
			position: absolute;
			top: 5px;
			right: 15px;
			color: black;
		}

	<!--[if lt IE 7]>
		<style type="text/css">
			body {
				overflow-x: hidden;
			}
			div#catfish {
				/* IE5.5+/Win - this is more specific than the IE 5.0 version */
				display: none;
				position: absolute;
				right: auto; bottom: auto;
				left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
				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;
			}
		</style>
	<![endif] -->


