body {       
    background: url(../images/bodyBackground.jpg) top left repeat-x;        
}

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

#hd {      
    position: relative;
    height: 196px; 
    background: transparent url(../images/hdBackground.jpg) top center no-repeat;
}

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

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

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