





body,
html {
 margin: 0;
 padding: 0;
}

body {
 font-size: 12px;
 text-align: center;
 padding: 504px 0 1em;
 background: black url(http://www.stellardawn.com/img/sdmain/splash/bg.jpg) center top no-repeat;
}

a img {
 border: 0;
}

p {
 margin: 0 auto 1em;
}

.button img {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 200%;
 height: 100%;
 text-indent: -100%;
 font-size: 20px;
 color: white;
}

.button:hover {
 font-weight: bold;
}

.button:hover img {
 left: -100%;
 text-indent: 100%;
 font-weight: bold;
}

.button {
 position: relative;
 display: block;
 margin: 16px auto;
 width: 273px;
 height: 38px;
 overflow: hidden;
 text-decoration: none;
 text-align: center;
}

h2.browser_choice{
 font-size: 16px;
 height: auto;
 margin: 0;
 text-transform: none;
}
ul.browser_choice{
 white-space: nowrap;
 padding: 0;
}
ul.browser_choice li{
 list-style-type: none;
 display: inline;
}
ul.browser_choice li a{
 text-decoration: none;
}
ul.browser_choice li a img{
 border: none;
 vertical-align: middle;
 margin: 0 0 0 8px;
}