@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("ffffound.com") {
  #float-navi {
    display: none !important;
  }
  #content > table > tbody > tr > td:first-child {
    display: none !important;
  }
  #content > table > tbody > tr > td[valign="top"]:first-child {
    display: block !important;
  }
  .content_block {
    display: none !important;
  }
  #logo {
     position: absolute;
     margin: 0 0 0 auto;
     top: 0px;
     right: 0px;
     display: block !important;
     height: 100px !important;
  }
  #logo img {
    height: 80% !important;
    width: 80% !important;
  }
}
