@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("rottentomatoes.com") {

/*Movies*/

div#header table[bgcolor*="#000000"] {
  display: none;
}

#main {
  position: relative !important;
  top: 143px !important;
  z-index: 10 !important;
}

/*News*/

body table[bgcolor*="#000000"] {
  display: none;
}

#main_wrapper {
  position: relative !important;
}

}