html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 100%;
  color: #333333;
}

h1 {
  display: none;
}

span {
  padding-top: 380px;
  display: inline-block;
  font-size: 20pt;
  font-weight: 300;
}

#splash {
  width: 480px;
  height: 480px;
  margin: auto;
  background: transparent top center url("../img/logo_main.jpg") no-repeat;
  text-align: center;
  position: relative;
  top: 5%;
}