div#headerband {
    background: #5a6065;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #3a4045;
    z-index: 5000;
}

.shadow {
    -moz-box-shadow: 0px 0px 4px 1px #3a4045;
    -webkit-box-shadow: 0px 0px 4px 1px #3a4045;
    box-shadow: 0px 0px 4px 1px #3a4045;
}

div.headerband-container {
    height: 44px;
    margin: 0 auto;
}

img.headerband-left {
    float: left;
    margin-left: -5px;
}

img.headerband-right {
    position: relative;
    float: right;
}

div#container {
    z-index: 1;
}