#header {
    display: block;
    height: 49px;
    margin: 0;
    background-color: #91c83e !important;
    background-image: linear-gradient(top,#91c83e,#91c83e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91c83e',endColorstr='#91c83e') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91c83e',endColorstr='#91c83e') !important;
    background: -ms-linear-gradient(top,#91c83e,#91c83e) !important;
    background: -moz-linear-gradient(top,#91c83e,#91c83e) !important;
    background: -o-linear-gradient(top,#91c83e,#91c83e) !important;
    background: -webkit-linear-gradient(top,#91c83e,#91c83e) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#91c83e),color-stop(1,#91c83e)) !important;
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
    box-shadow: 0 3px 8px #a8a8a8;
    width: 100%;
}
