html, body {
  margin:0;
  height:100%;
}

body {
  background:#141414 url(../images/splash/bg.png) repeat-x top;
  font-family:Helvetica;
  font-size:62.5%;
}

a {
  font-weight:normal;
  color:#FFF;
  font-size:1.1em;
  text-decoration:none;
}

#center {
  width:685px;
  height:70%;
  margin:0 auto;
  padding:25% 0;
  border-right:3px solid #282828;
  border-left: 3px solid #282828;
  background:#000 url(../images/splash/glow.png) no-repeat 50% 20%;
  text-align:center;
}

#logo {
  background:url(../images/splash/logo.png) no-repeat;
  text-indent:-99999px;
  overflow:hidden;
  width:391px;
  height:68px;
  margin:0 auto;
}

#links {
  width:55%;
  margin:2em auto;
  text-align:center;
  font-size:1.2em;
}

#links li {
  float:left;
  list-style-type:none;
  padding:1em 1.5em;
  border-left:1px solid #555;
}

#links li.first {
  border-left:none;
}
