@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("pennyauctionscanada.com") {

  /* Hide garbage */
  navWrapper, #header, #socialConnection, #additionalOptions2, #legendFullWrap, #infoBar2, #footerWrapper, .mcAfeeSecure, .shipping {display:none !important;}

  /* resize box containing the flash banner */
  #headerWrapper {
    background:none !important;
    background-color: #000 !important;
    max-height:40px;
  }

 /* Note: unable to isolate the displaying of "Winners" box while hiding the others */
 /* either add . (dot) or # (pound) in front to hide */
  alternativeContentWrap, altHeader, altBody, altFooter, promotionsBox.altBody, winnerlist .altBody {display:none !important;}

  /* Hide */
  #contentHome {
    background:none !important;
    max-height:550px;
  }

  #contentWrapper {
    background-color: #FFF !important;
  }

}