/* main */

#branding {
    background-image: url("../img/wavecut-6.png");
    height: 50px; /* update layout +/- 50px */
}

#logo {
    background-image: url(../img/logo.png);
    width: 75px;
    height: 50px;
}

#grp-content {
    padding-top: 130px; /* +50px */
    padding-bottom: 70px; /* -50px */
}

#footer {
    background-image: url("../img/wavecut-6.png");
    color: #013453;
}


/* login/logout */

body.grp-login #grp-content {
    top: 90px; /* -50px */
}
