@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.neowin.net/forum/) {

  body {background-image: none !important;}

/* extend content out of it's inset */
  #wrapper
  {
    margin: 0px !important;
    width: 100% !important
  }

/* Hide top section except userlinks */
  #header-logo, #header-content-feeds,  

/* hides "bug reporting" and copywrite at bottom */
  #copyright, div[class="ball alertrow smallfont"]
    {display: none !important}

/* fix the margin on header bar */
  #header-content
    {margin-left: 0 !important}

/* remove the blue border */
  #wrapper-top, #wrapper-bot
    {display: none !important}
  #wrapper-side-left, #wrapper-side-right
    {background-image: none !important;
     padding: 0 !important}
}