html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #42413d;
  color: white;
}

#wrapper {
  margin: auto;
  width: 100%;
  height: 100%;
  border: 0px solid #fc0;
  background-color: #42413d;

  /* Firefox */
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}

#content {
  border: 0px solid #fc0;
  text-align: center;
}

.separator {
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eee;
}

h3 {
  color: #999;
  font-size: 80%;
}

a.app-link {
  color: #fc0;
  text-decoration: none;
  display: inline-block;
  padding: 0.8em;
  height: 60px;
  width: 300px;
  line-height: 60px;
  border: solid 1px #fc0;
}

a.app-link:hover {
  color: white;
  background-color: #fc0;
}
