.my-header .x-box-inner {
            background-color: #2f8bd4;
}

#search_autocomplete {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 25px;
    padding-left: 35%;
    opacity: 0.8;
    background: url("banner.png") no-repeat;
}

#top1, .yui-layout-unit-top {
    height: 100%;
    width: 100%;
    background-color: #dfbd2f;
    /*background-color: #8a9bae;*/
}

#footer {
    background: url("img/footer.png") no-repeat;
    width: 400px;
    height: 60px;
    left: 5px;
    bottom: 5px;
    position: absolute;
    z-index: 10000;
}