body {
   background: none;
   border: none;
}
#middlePart, #middleColumn
{  

   display: block;
   position: static;
   border: none;
   background: none;
   float: none;
   text-align: left;
   z-index: 50;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: inherit;
}

#leftPart, #rightPart, #leftColumn, #rightColumn
{
   display: none;
   border: none;
   background: none;
}

#pageContainer {
   width: 100%;
   height: 100%;
   display: block; 
   position: static;
   border: none;
   background: none;
   float: none;
   text-align: left;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: inherit;
}

#wrapper
{
   width: 100%;
   height: 100%;
   display: block; 
   position: static;
   border: none;
   background: none;
   float: none;
   text-align: left;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: inherit;
}

#headerwrapper, #menuwrapper
{
   display: none;
   border: none;
   background: none;
}

.box, .box h1, .box DIV.pBox, .box DIV.pBoxGall, div, .middleBox, .middleTopBox, td, #middleContent {
   border: none;
   background: none;
}

#pageWrapper, #outerColumnContainer, #innerColumnContainer, #SOWrap {
   border: none;
   background: none;
   float: none;
   text-align: left;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: inherit;
}

#makeHomepage {
   display: none;
   border: none;
   background: none;
}
#bottomLinks {
   display: none;
   border: none;
   background: none;
}
#location {
   display: none;
   border: none;
   background: none;
}


.clear{
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      border: none;
      background: none;
   }
   html[xmlns] .mozclear
   {
      /* this selector should be valid CSS, but Opera 7.5 (and above) will pick
       * this up as well. Shouldn't be a problem, Opera should handle this fine,
       * but it's a Mozilla-targeted hack, and it should probably only affect
       * mozilla. You can do that by replacing the INVALID CSS selector
       * :root .mozclear for what's give here.
       */
      width: 100%;
      height: 100%;
      display: block; 
      position: relative;
      border: none;
      background: none;
   }

