#wrapper.home-wrapper {
    background:#ececec url('../images/bghome.jpg') no-repeat center calc(100% + 300px);
}

h1.home-title {
    display:none;
}

#home-content-wrapper {
    padding-top:50px;
    padding-bottom:50px;
}

#home-content-wrapper-inner {
    position:relative;
    text-align:left;
    width:600px;
    margin-left:auto;
    margin-right:auto;
}
#home-headline1 {
    font-size:42px;
    display:inline;
    color:#e31837;
}

#home-headline2 {
    font-size:42px;
    display:inline;
    color:#e31837;
}

#home-welcome-container {
    width:600px;
    margin:50px auto;
    color:#666;
}

#home-welcome-container p {
    font-size:18px;
    font-weight:300;
}

#home-content-login-button-container {
    text-align: center;
}