@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("ctrlaltdel-online.com")
{
  body > table > tbody > tr:first-child,               /* massive header */
  .translatedcomicsbar,
  body > table > tbody > tr > td:first-child,          /* left sidebar */
  body > table > tbody > tr > td:first-child 
    + td > table > tbody > tr > td:first-child + td,   /* right sidebar */
  body > table:first-child + br ~ div, div.copy,       /* footers */
  table ~ br

  { display: none !important; }

  body { margin: 0 !important; padding: 0.5em 0 0 0 !important; }
  table:not([width^="6"])
  { width: auto !important; }

  img[src^="/comics/"] { background-color: black !important; }
} /* 20090509 */