body {       
     background: #333;      
}

#doc2 {
    position: relative;     
    height: 640px;
}

html>body #doc2 {
    height: auto;
    min-height: 640px;   
}

.kc-home-layout-1 {
    background: transparent url(../images/homeDoc2Background1.jpg) top center no-repeat;
}

.kc-home-layout-2 {
    background: transparent url(../images/homeDoc2Background2.jpg) top center no-repeat;
}

.kc-home-layout-3 {
    background: transparent url(../images/homeDoc2Background3.jpg) top center no-repeat;
}

.kc-home-layout-4 {
    background: transparent url(../images/homeDoc2Background4.jpg) top center no-repeat;
}

.kc-home-title {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    font-size: 136%;
    color: #561f1c;
}

.kc-home-description {
    position: absolute;
    top: 575px;
    left: 50px;
    width: 500px;
    text-align: justify;
    font-size: 85%;
    color: #561f1c;
}