* { margin:0; padding:0; }
html { height:100%; }
body { height:100%; background:url(../images/body-bg.jpg) 50% 50% no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:90%; }
#centralBox { position:absolute; top:50%; left:50%; height:400px; width:700px; margin:-220px 0 0 -350px; height:400px; }
#centralBox a#noflash { display:block; background:url(../images/no-flash.png) top left no-repeat; width:700px; height:400px; outline:none; text-indent:-9999em; cursor:pointer; }
* html #centralBox a#noflash {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/no-flash.png', sizingMethod='scale');
}

#notWorked { position:absolute; top:50%; left:50%; width:700px; margin:180px 0 0 -350px; display:block; text-align:center; line-height:20px; color:#000000; }
#notWorked:hover { color:#649FA6; }