body {
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#background {
  margin: 0;
  padding: 0;
  position: float;
}

#d3-logo {
  margin-bottom: 0;
  padding-bottom: 0;
}

#title {
  margin-top: 0;
  padding-top: 0;
  font-size: 50px;
}

#cow {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 12px;
  bottom: 5px;
}

footer {
  font-size: 13px;
  position: fixed;
  bottom: 5px;
  left: 5px;
}

h1 {
  font-weight: normal;
}

.countdown {
  font-size: 24px;
}

#current {
  padding-top: 15px;
  font-size: 18px;
}

a {
  color: #800000;
}

a:hover {
  color: #FF0000;
}

.countdown strong {
  color: #FF0000;
}

#fcv {
  margin-top: 25px;
}

#flags {
  margin-top: 43px;
}

.flag {
  width: 25px;
  height: 15px;
  background:url(server-flags.png) no-repeat
}

.flag.flag-eu {background-position: -25px 0}
.flag.flag-kr {background-position: -50px 0}
.flag.flag-mm {background-position: 0 -15px}
.flag.flag-us {background-position: -25px -15px}
