﻿
body.Sports3 {
    background: #015128 url(../../Content/images/sportbook-sports3-background.jpg) no-repeat top center;
    background-size: cover !important;
    padding-top: 50px;
}

        body.Sports3 #header {
            background: #000000;
            background: -moz-linear-gradient(left, #000000 0%, #414141 25%, #131313 50%, #414141 75%, #000000 100%);
            background: -webkit-linear-gradient(left, #000000 0%,#414141 25%,#131313 50%,#414141 75%,#000000 100%);
            background: linear-gradient(to right, #000000 0%,#414141 25%,#131313 50%,#414141 75%,#000000 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
        }
