body{
    margin:0;
    padding:0;
    background-color:#000000;
}
#outer{
    min-width:900px;
    min-height:800px;
    position:absolute;
    width:100%;
    height:100%;
    width:expression(document.body.clientWidth < 900? "900px": "100%" );
    height:expression(document.body.clientHeight < 800? "800px": "100%" );
}
#inner{
    height:100%;
    width:100%;
    position:absolute;
}
#content{
	height:100%;
	width:100%;
}
#noflash{
	width:100%;
	height:100%;
	background:#000000;
}
