html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#transparent-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/driver.jpg") no-repeat;
    background-size: cover;
    z-index: -1;
}

#mainWrapper {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.logoDetails {
    position: fixed;
    margin-top: 20px;
    margin-left: 20px;
}

#headerContainer {
    position: absolute;
    background: #404040;
    opacity: .95;
    height: 100px;
    width: 100%;
}

#contentContainer {
    position: absolute;
    background: #202020;
    opacity: .95;
    top: 100px;
    bottom: 120px;
    width: 100%;
}

#footerContainer {
    position: absolute;
    background: #404040;
    opacity: .95;
    height: 120px;
    bottom: 0px;
    width: 100%;
}