html {
            background: none;
        }
body {
    margin-bottom: 60px;
    background: transparent !important;
    width: 960px;
    margin: 0 auto;
    line-height: 1.4em;
    font-family: Mukta-Regular;
    font-size: 16px;
    height: 100%;
}
        #siteheader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 100px;
            z-index: -1;
            background-image: linear-gradient(to bottom, rgba(200,222,235,0.75), rgba(200,222,235,0)) !important;
        }

        .ribbon {
            font-size: .85em;
            margin-top: 0em;
        }

            .ribbon img {
                margin: 5px 0;
                float: left;
            }

        #main {
            border-bottom: solid 10px #ffffff
        }