*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Helvetica", "Arial", sans-serif;
  background-color: #FFF;
  margin: 0;
  padding: 0;
}

#splash {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  display: table;
}

.img-container {
  display: table-cell;
  vertical-align: middle;
}

#content {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 1.2em;
  font-weight: normal;
}

a {
  color: #00b479;
}

a:hover {
  color: #018157
}