@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.linux.com") {

  body {
     background-image: none !important;
  /*   background-color: white !important; */
  }

  #primaryContent, #featurecontent, .xar-clearleft
  {
/* ******************************************************
 * To resize the column, change the width 
 * on the line below.
 * Set margin-left to 0 to prevent centering of the 
 * article.
 * ******************************************************/
     width: 85% !important;
     margin-left: auto !important;
     margin-right: auto !important;

     padding: 2% !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;
  */
  }

  #hide, #top, #ad_pos_1, #ad_pos_5, #hd, #frame3, .fix, .first, .rightblock, .related_links, #ft
    { display: none !important; }

  #upper_level_containers, #doc3, #frame2, #bd, .yui-b, .yui-main, 
    .l0, .l1, .l2, .l3, .l4, .l5, #center, #articlepage, .article_wrap, .feature,
    .adframe, .xar-left
/* .3col */
  {
     width: 100% !important;
     max-width: none !important;
     margin: 0 !important;
     padding: 0 !important;
     float: none !important;
  }

}