/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px;
    margin-bottom: 50px;
    background: none;
}
#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*
    height: 100%;
    width: 100%;
    z-index: -5000;
    */
}
/*.full {
    background: url(http://placehold.it/1920x1080) no-repeat center center fixed; 
    background: url(../img/branding.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
        width: 100%;
        height: 100%;
    background-size: 25%;
}*/
/*
.full {
    background: url(../img/branding.jpg) no-repeat; 
    width: 40%;
    height: 40%;
    background: #444;
    margin: 0 auto;
}
.full img.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.full img.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}​*/