/* ------ LAYOUT ------ */
#cms_wrapper, #cms_header, #cms_body, #cms_footer {
    width: 970px;
}
#cms_wrapper {
   
    margin: auto;
    background: url(../images/cms_body.png) repeat-y;
}
#cms_header {
    background: url(../images/cms_header.png) no-repeat;
    height: 140px;
    text-align: center;
}
#cms_body {
    text-align: left;
    background: url(../images/cms_body.png) repeat-y;
}
#cms_footer {
    clear: both;
    background: url(../images/cms_footer.png) no-repeat;
    background-color: ;
    height: 53px;
    text-align: left;
}
