* {
  padding:0;
  margin:0;
}
body {
  width:100%;
  height:100%;
}

div#wrapper {
  background: #000 url('../images/backgrounds/splash_bg.png') repeat;
}
  div#header {
    text-align:center;
  }
    div#header img {
      width:977px;
      height:339px;
    }
  
  div#content {
    width:100%;
    text-align:center;
  }
    div#content {
      margin-top:40px;
    }

    div#content a#high {
      padding:100px 40px 47px 27px;
      background: transparent url('../images/splash/high-bg.png') no-repeat;
    }
    div#content a#low {
      padding:100px 50px 56px 27px;
      background: transparent url('../images/splash/low-bg.png') no-repeat;
    }
    a {
      outline:none;
    }