@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("") {

  body {
     background-image: url() !important;
  /*   background-color: white !important; */
  }

  #primaryContent
  {
/* ******************************************************
 * To resize the column, change the width 
 * on the line below.
 * Set margin-left to 0 to prevent centering of the 
 * article.
 * ******************************************************/
     width: 96% !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
    { display: none !important; }

  #upper_level_containers
  {
     width: 100% !important;
     max-width: none !important;
     margin: 0 !important;
     padding: 0 !important;
     float: none !important;
  }

}
