#floater
{
    float:left;
    height:50%; 
    margin-bottom:-307px;
}

#centercontent {
    clear:both;
    position:relative;
    background-image: url("images/robberflymain.png");
    background-repeat: no-repeat; 
    width:600px;
    height:615px;
    margin-left:auto;
    margin-right:auto;
}

#linkBox
{
    position:relative;
    width:200px;
    left: 115px;
    top:275px;
}

/*Image Rollover Buttons*/
#contact
{
  display: block;
  width: 118px;
  height: 30px;
  background: url("images/contact.jpg") no-repeat 0 0;

}
#contact:hover
{ 
  background-position: 0 -30px;
}

#contact span
{
  display: none;
}


#mission
{
  display: block;
  width: 118px;
  height: 30px;
  background: url("images/mission.jpg") no-repeat 0 0;

}
#mission:hover
{ 
  background-position: 0 -30px;
}

#mission span
{
  display: none;
}
