@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://futuremark.com/forum/),
               url-prefix(http://www.futuremark.com/forum/) {

/* expand width */
   td:first-child[width="50%"], td:last-child[width="50%"],
   td[width="967"] > a, td[width="967"] > a + br,             /* top logo */
   div.page script + br + table,                              /* top google ad */
   div.page script + br,                                      /* extra break */
   td[valign="bottom"],                                       /* bottom logo and stuff */
   img[src*="/layout/edge_"]                                  /* unneeded borders */
   
    {display: none !important;}

   td[width="967"] {
    width: 100% !important;
    min-width: 967px !important;
    background-image: none !important;
  }
  td[width="967"]  br + table[cellpadding="0"] {
    margin: auto !important;
  }
  
}