body.gateway {
    background-image: url("../assets/backgrounds/gateway.gif");
    background-repeat: repeat-x;
}

body.gateway header {
    height: 406px;
}

body.gateway header .content {
    height: auto;
}

body.gateway nav#gateway ul {
    position: relative;
    top: 238px;
    background-color: rgba(128,128,128,.75);
    padding: 19px 0px;
}