* { margin:0; padding:0; }
html, body { width:100%; height: 100%; }
body { width:100%; height: 100%; background-color:#000; font:normal 13px Verdana, Geneva, sans-serif;color:#FFF; overflow:auto; }
#content { width:100%; height:100%; overflow:auto; }
	#content embed, #content object {
		position:absolute; top:0px; left:0px;
		width:100%; height:100%;
		min-width:900px; min-height:550px;
		width:expression(document.body.clientWidth < 900? "900" : "100%");
		height:expression(document.body.clientHeight < 550? "550" : "100%");
	}
