/* AnandTech Forums cleanup */
@-moz-document domain("forums.anandtech.com") {
  body > div,				/* top tabs, banner, empty bottom div */
  body > br,				/* empty line */
  body > center,			/* random message line */
  .ftmessageheaderbar > center,		/* left side banner */
  body > p				/* fusetalk line */
    { display: none !important }
  body > center + br + table + table	/* add logo */
    {
      background-image: url(http://forums.anandtech.com/include/custom/atforumlogo.gif);
      background-repeat: no-repeat
    }
}
