html,body { padding:0px; margin:0px; border:0px; }
body { background:url(bg.png?1) repeat center center; text-align:center; }
img { border:0px; }
div.top_shadow { width:981px; height:48px; background:url(shadow_top.png) no-repeat; position:fixed; top:0px; left:50%; margin-left:-490px; }
div.bottom_shadow { width:981px; height:48px; background:url(shadow_bottom.png) no-repeat; position:fixed; bottom:0px; left:50%; margin-left:-490px; }
div.selection { width:990px; position:fixed; top:63%; left:50%; margin-left:-495px; font-size:0px; }
div.selection a { outline-style:none; }
div.selection a:hover { opacity:0.7; }
div.logo { width:510px; height:384px; position:fixed; top:5%; left:50%; margin-left:-255px; font-size:0px; background:url(logo.png) no-repeat;
transition:All 0.5s ease; -webkit-transition:All 0.5s ease; -moz-transition:All 0.5s ease; -o-transition:All 0.5s ease; }
div.logo_hidden { top:-384px; }