html {
    height: 100%;
    overflow: hidden;
}

body {
    height:100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0px;
}

html{
    height:100%;
    background: #ffffff url(greenmonster.png); no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#logo{
    text-align:center;
}

#headline{
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 48px;
    color:#ffffff;
    line-height: 1.00em;
    text-align:center;
    text-shadow: #000 0px 0px 10px;
    -webkit-font-smoothing: antialiased;
}

#subhead{
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color:#ffffff;
    line-height: 1.00em;
    text-align:center;
    text-shadow: #000 0px 0px 10px;
    -webkit-font-smoothing: antialiased;
}
#contact
{
    margin-top: 30px;
    text-align: center;
}

#contact a
{
    margin: 0px 15px 15px 0px;
    color: #ffffff;
    text-shadow: #000 0px 0px 5px;
    -webkit-font-smoothing: antialiased;

  }