body {           
    background: #333;
}

#doc2 {  
    position: relative;    
    background: transparent url(../images/doc2Background.jpg) top center repeat-y;
}

#hd {          
    height: 148px;     
}

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

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

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

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

#bd {   
    height: 200px; 
    background: transparent url(../images/bdBackground.jpg) top center no-repeat;    
}

html>body #bd {
    height: auto;
    min-height: 200px;      
}

#ft {         
    height: 231px;
    background: transparent url(../images/ftBackground.jpg) bottom center no-repeat;
}
