@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(boingboing.net) {

/* no id's is teh suck */
/* center everything in header */
body > div > table > tbody > tr:first-child > td > table[width="811"] * {
  text-align: center !important;
}
body > div > table > tbody > tr:first-child > td > table > tbody > tr:first-child + tr > td > a {
  position: relative !important;
  left: 235px !important;
}


/* remove banner ad */
body > div > table > tbody > tr:first-child > td > table > tbody > tr:first-child + tr + tr > td > * {
  display: none !important;
}


/* remove sidebars */
body > div > table > tbody > tr:first-child + tr > td:first-child > #sidebar-a,
body > div > table > tbody > tr:first-child + tr > td:first-child + td + td > #sidebar-b {
  display: none !important;
}

}