﻿#splash-bg { z-index: 2; background-color: #fff; position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; width: 100%; height: 100%; opacity: 0.6; filter: alpha(opacity=60); }
#splash { background: transparent url('/images/splash_091203.png') no-repeat top left; color: #fff; z-index: 3; left: 50%; margin-left: -344px; top: 25%; width: 688px; height: 227px; position: fixed; }
#splash-logo { position: absolute; left: 30px; top: 45px; }
#splash-web, #splash-store { background: transparent no-repeat top left; text-indent: -1000em; width: 392px; height: 41px; overflow: hidden; position: absolute; left: 270px; border: none; }
#splash-web { top: 40px; background-image: url('/images/splash-web.png'); }
#splash-web:hover { background-image: url('/images/splash-web-hover.png'); }
#splash-store { top: 110px; background-image: url('/images/splash-store.png'); }
#splash-store:hover { background-image: url('/images/splash-store-hover.png'); }
#splash-remember { position: absolute; right: 20px; bottom: 25px; }
#splash-remember input { position: absolute; top: -2px; left: -22px; }
