/**
 * @title    EDF ENR About us styles
 */

#content #coreWrapper {
    padding-bottom:15px;
    background:url(/templates/edf/common/img/bg/bg-about-us-wrapper-bottom.png) no-repeat 0 100%;
}
#content #core {
    padding:10px 28px 10px;
    background:url(/templates/edf/common/img/bg/bg-about-us-wrapper.png) no-repeat 0 10px;
}
/**
 * @workaround         Clearing
 */
#content #core:after {
    display:block; clear:both;
    visibility:hidden;
    height:0;
    content:".";
}