html, body { overflow: hidden; font: bold 12px Verdana, sans-serif; color: #313359; background: #FFF }

#UAcheck { display: block; z-index: 9000; position: absolute; top: 0; left: 0; width: 100%;
           padding: 7px 0; border: solid 1px #AAA; background: lime; color: #000; text-align: center;
           font-size: 12px }
body>#UAcheck { display: none }

#splashfixed { position: absolute; top: 50%; left: 50%; width: 885px; height: 450px; margin-left: -443px;
               margin-top: -222px; background: url(../graphics/splash.jpg) top left no-repeat }

#langselect { position: absolute; bottom: 6px; left: 50%; margin-left: -50px }
#langselect div { float: left; margin-left: 5px; width: 30px; height: 15px; text-align: center }
#langselect div a { display: block; width: 28px; text-decoration: none; padding: 1px; color: #313359 }
#langselect div a:hover { padding: 0; border: solid 1px #313359 }