html, body {height: 100%; margin: 0; padding: 0;}
body {min-width: 990px; min-height: 700px; background: #000; text-align: center;}
#flash {min-height: 100%; width: 100%;}
* html #flash {height: 100%;}
#flash img {margin-top: 300px;}
* html body {width: expression(document.documentElement.clientWidth < 990 ? '990px': '100%'); height: expression(document.documentElement.clientHeight < 700 ? '700px': '100%');}
a img {border: 0;}