body{
    background-color: #222;
}
.row{
    margin-left: 0;
    margin-right: 0;
}

#logo{
    width: 300px;
    height: auto;
}

#headers{
    background-color: white;
    border-bottom: 1px solid #ccc;
}

#banner{
    height: 300px;
    background-image: url(../img/banner.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
}

#content{
    background-color: white;
    margin-top: -250px;
    box-shadow: 2px 2px #222;
    min-height: 500px;
    padding: 20px;
}

footer{
    margin-top: 50px;
    color:#aaa;
}