html { padding:0 0 50px 0; }
body { padding-bottom:31px; }

#catfish {
	/*background:transparent url(left.png) no-repeat left bottom;*/
	background:url(repeat.png) repeat-x left bottom;
	height:50px;
	position:fixed;
	bottom:-81px;
	width:100%;
	z-index:200;
	overflow:show;
	text-align:center;
	left:0;
	display:block;
}

a#catfishLink {
	display:block;
	position:absolute;
	text-indent:-1000px;
	z-index:205;
	overflow:hidden;
	height:100%;
	display:block;
	width:695px;
}

#catfishTop {
	position:absolute;
	background:url(top.png) transparent no-repeat left bottom;
	width:279px;
	height:31px;
	top:-31px;
	left:5px;
	
	
}

#catfishInner {
	position:relative;
	margin:0 auto;
	width:780px;
	height:100%;
	z-index:203;
	text-align:left;
	background:url(bottom.png) no-repeat left bottom;
}

a#catfishClose {
	display:block;
	position:absolute;
	right:16px;
	bottom:15px;
	text-indent:-1000px;
	overflow:hidden;
	width:45px;
	height:14px;
}

/* adds padding to the bottom
   this div is created with javascript only in IE */
div#catfishIESpace {
	height:31px;
	overflow:hidden;
}