#catfish {
position:fixed;
top:0px;
left: 828px;
padding:0;
height: 20px;  /* includes transparent part */ 
cursor: pointer;
margin: 0; 
width:45px;
z-index: 99;
}

#catfish a {
  display:block;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:14px;
  height: 20px;
  width: 45px;
  padding-top: 4px;
  padding-left: 4px;
  background-color: #ABAB7A;  
  color: white;
}

#catfish a:hover {
  display:block;
  background-color:#C03000;
  color: white;
  height: 20px;
  width: 45px;  
}

#catfish2 {
position:fixed;
top:0px;
left: 695px;
padding:0;
height: 20px;  /* includes transparent part */ 
cursor: pointer;
margin: 0; 
width:100px;
z-index: 99;
}

#catfish2 a {
  display:block;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:14px;
  height: 20px;
  width: 100px;
  padding-top: 4px;
  padding-left: 4px;
  background-color: #ABAB7A;  
  color: white;
}

#catfish2 a:hover {
  display:block;
  background-color:#C03000;
  color: white;
  height: 20px;
  width: 100px;  

