html,body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}
 .banner {
            height: 501px;
            overflow: hidden;
            background: #ebeae9;
        }
.container {
    width: 1920px;
    position:relative;
    left:50%;
    margin-left:-960px;
}
.container img{
    display:block;
    border:none;
}

.grey {
    background: #f7f7f7;
}

#wrapper {
    width: 94px;
    position: fixed;
    right: 315px;
    top: 525px;
    z-index: 100;
}