/**************** IE fixes ****************/

/*html
{overflow:hidden;} */

body
{height:100%; width:100%; overflow:auto; background-color: #000;
}

/* #content {
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "50em":
        "auto" );
} */