﻿/* catfish and 'position:fixed' emulation */



#catfish {

	position:fixed;

	bottom:0;

	padding:0;

	height: 79px;  /* includes transparent part */

	cursor: pointer;

	margin: 0;

	margin-bottom:5px;

	width:980px;

	background-color:#EEDDBB;

	color: #FDAF17;

}

#catfish h3{ /* a simple little image replacement for the main text and image */

overflow:hidden;

text-indent:-1000em;

width:279px;

height:79px;

float:left

}

#catfish ul{

margin: 30px 16px 0pt 0pt; 

padding: 0pt; 

float: right; 

font-size: x-small; 

list-style-type: none;

}

#catfish ul li a{

color:#FFCC00;

}

#catfish p#catch{

margin: 40px 0pt 0pt 292px; 

color:black;

}

html {

padding:0 0 58px 0;

}


