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

#doc2 {
    position: relative; 
    background: white url(../images/doc2Background.jpg) bottom center no-repeat;    
}

#hd {      
    position: relative;
    height: 230px;     
}

#bd {   
    height: 550px;        
}

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

#ft {         
    height: 70px;   
    margin-top: 20px;
}