body {
    background: #FFF none !important;
}

#intro {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    margin-top: -100px;
    text-align: center;
    background: #D3D3C5 url('../images/intro-gradient-middle.jpg') repeat-x;
}

* html #intro {
    width: 100%;
}