@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("slashdot.org") {

body { 
   background-image: none !important; 
/*   background-color: white !important; */
}

body > div:first-child, #top_parent, .copyright, .btmnav, #jump,
#topnav, #slogan, #user-section, #links, #footer,
.lb, #slashboxes, #commentwrap, .briefarticle, .prev-next + p + .generaltitle,
.intro + div
  { display: none !important; }

#frame, #wrapper, #contents, #article,
#articles, #art1, .generaltitle, .details, .body, .body > div
{ 
   width: 100% !important;
   max-width: none !important;
   margin: 0 !important;
   padding: 0 !important;
   float: none !important;
}

.body > div
{
   padding: 2% !important;
   width: 96% !important; 
   text-align: justify !important;
   font-size: 12pt !important;
   font-family: arial, sans-serif !important;
   max-width: none !important;
/*
   position: absolute !important;
   left: 0 !important;
*/
}

}