#header {
    /*background:#1153a2;*/
    background-color: #ec5f3c;
    height: 88px;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
}
#imgHeader {
    height: 100%;
    background-image: url(images/Layout/header.png);
    background-repeat: no-repeat;
    background-position: center;
}