html {
            background: none;
        }

        #siteheader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 100px;
            z-index: -1;
            background-image: linear-gradient(to bottom, rgba(0,128,255,0.25), rgba(0,128,255,0)) !important;
        }

        .ribbon {
            background: #0058a4;
            font-size: .85em;
            margin-top: 0em;
        }

            .ribbon img {
                width: 8em;
                height: auto;
                margin: 5px 0;
                float: left;
            }

        #main {
            border-bottom: solid 10px #0058a4;
        }