html, body {height: 100%;}
body {min-width: 990px; min-height: 650px; background: #5b0710 url(../img/body_bg.gif) repeat 50% 0; margin: 0; padding: 0; text-align: center;}
a img {border: 0;}
#flash {min-height: 100%; width: 100%;}
#flash img {margin-top: 300px;}
* html #flash {height: 100%;}
* html body {width: expression(document.documentElement.clientWidth < 990 ? '990px': '100%'); height: expression(document.documentElement.clientHeight < 650 ? '650px': '100%');}
