﻿.Banner {
    position: absolute;
    z-index: 2;
    height: 32px;
    width: 100%;
    background-repeat: repeat-x;
    -moz-background-size: contain;
    background-size: contain;
    border-bottom: 1px solid orange;
    /*z-index: 5;*/
    background-image: url('/files/images/icons/gradient1.bmp');
}

.BannerImage {
    position: absolute;
    height: 100%;
    width: auto;
    z-index: 20;
}
.StandardWidth {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    z-index: 2;
}