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

#catfish {
position:fixed;
bottom:0;
background:transparent url(images/bottombg3ani.gif) repeat-x left bottom;
padding:0;
height: 57px;  /* 56=moves words up 79includes transparent part */ 
cursor: pointer;
margin: 0; 
width:100%;
}

/* 40margin if it was 30 it move the closebutton up */ 
#catfish ul{
margin: 40px 16px 0pt 0pt; 
padding: 0pt; 
float: right; 
font-size: x-small; 
list-style-type: none;
}
#catfish ul li a{
color:#8A2BE2;
}
/* 32margin if it was 42 it drops it farther down  */ 
#catfish p#catch {
margin: 34px 0pt 0pt 50px; 
color: #F0F8FF;
font-size: xx-small;
}

     /* 0 0 18px 0 -if 18was 28 it moves the scrollbar up */ 
html {
padding:0 0 18px 0;
}
