/* Catfish and 'position:fixed' emulation */

html {
	padding: 0 0 60px; }

#catfish {
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #000;
	bottom: 0;
	padding: 0;
	margin: 0;
	cursor: pointer; }
#catfish ul {
	margin: 7px 16px 0 0;
	padding: 0;
	float: right;
	font-size: x-small;
	list-style-type: none; }
#catfish ul li a {
	color: #000; }

#divCatfishBanner {
	float: left;
	padding: 0 0 0 0; }
