/*Changes the background to the old grey image*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

html, body {
background: transparent url(http://media.ignimgs.com/media/ign/images/body_bg.gif) repeat scroll 0 0 !important;
}

}