/* catfish and 'position:fixed' emulation */

#catfish {
	position:fixed;
	bottom: 0;
	padding:0;
	height: 100px;  /* includes transparent part */
	margin: 0;
	margin-bottom: -100px;
	width:100%;
	z-index: 500;
	left: 0px;
	background-color: transparent;
	background-image: url(../../images/background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#catfish h3{ /* a simple little image replacement for the main text and image */
	overflow:hidden;
	text-indent:-1000em;
	width:1200px;
	height:100px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	background-color: transparent;
	background-image: url(../../images/outdoorextravaganza.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#catfish ul{
margin: 30px 16px 0pt 0pt; 
padding: 0pt; 
position: absolute;
right: 10px;
bottom: 10px;
font-size: x-small; 
list-style-type: none;
}

#catfish ul li a{
color:#fff;
}

#catfish p#catch{
	color: #fff;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	position: absolute;
	height: 100px;
	width:90%;
	left: 0px;
	z-index: 700;

}

#catfish p#catch a {
	color: #fff;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 1200px;
	padding-top: 30px;
}

#catfish p#catch a:link{
	text-decoration: none;
}

#catfish p#catch a:visited{
	text-decoration: none;
}

#catfish p#catch a:hover{
	color: #cc0000;
}

/*
html {
padding:0 0 58px 0;
}
*/
