
* { margin:0; padding:0; }

html,
body { width:100%; height: 100%; }

body { width:100%; height: 100%; background-color:#ffffff; font:normal 13px Verdana, Geneva, sans-serif; color:#ffffff; 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:970px; min-height:580px;  width:expression(document.body.clientWidth < 970? "970" : "100%"); height:expression(document.body.clientHeight < 580? "580" : "100%");
}
