html, body {
 height:100%;
 background:#141414 url('../bg.png') repeat;
 margin:0px;
}
#centered {
 position:absolute;
 left:50%;
 top:50%;
 text-align:center;
 font-size:340px;
 font-family:Helvetica, Sans;
 border-style:solid;
 border-width:6px;
 -moz-border-radius-topleft:64px;
 -moz-border-radius-bottomright:64px;
 -webkit-border-top-left-radius:64px;
 -webkit-border-bottom-right-radius:64px;
 border-radius:64px;
 border-radius:64px;
 cursor:pointer;
 width:334px;
 height:310px;
 margin:-182px 0px 0px -170px;
 padding-top:30px;
}
#centered {
 background-color:#a90000;
 color:#141414;
 border-color:#141414;
}
#centered:hover {
 background-color:transparent;
 color:#a90000;
 border-color:#a90000;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
 #centered {border-color:#a90000;padding-top:0px;padding-bottom:42px}
}

