/* catfish and 'position:fixed' emulation */

/*body {overflow-x:hidden;}*/

#catfish {

position:fixed;

bottom:0;

background:transparent url(http://www.kycnews.com/Conferences/images/2009/tile.gif) repeat-x left bottom;

padding:0;

height: 79px;  /* includes transparent part */ 

cursor: pointer;

margin: 0;

margin-bottom: -79px;

width:100%;
/*overflow:hidden;*/


}

#catfish h3{ /* a simple little image replacement for the main text and image */

overflow:hidden;

text-indent:-1000em;

background: transparent url(http://www.kycnews.com/Conferences/images/2009/main.gif) no-repeat left bottom;

width:500px;

height:79px;

float:left;
/*font-size: 100%;*/
margin: 0px;
padding: 0px;
}

a.catfish:link {color: #006699; text-decoration: none; font-weight:bold; }

a.catfish:visited {color: #006699; text-decoration: none; font-weight:bold; }

a.catfish:hover {color: #006699; text-decoration: none; font-weight:bold; }

#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: #fff;
font-style:italic;
text-decoration:none;
}

/*

html {

padding:0 0 58px 0;

}

*/
