body {
    margin-top: 80px;
    margin-bottom: 50px;
    background: none;
}

.full {
    background: url('../images/rememberwhen_ad.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.well {
     background-color: rgba(245, 245, 245, 0.8);
 }