
        @media (max-width: 650px) { body { min-width: 'initial' } body.desktopV { min-width: 1000px } }
        @media (min-width: 651px) { body { min-width: 1000px } body.mobileV { min-width: initial } }
                        .bodyBackground {
                            
background-image:url(/onewebstatic/e08d19034d.png);
background-color:rgba(0,0,0,1);
background-repeat:repeat;
background-position:50% 0%;
background-size:auto;
background-attachment:scroll;
background-image-opacity:1;
                        }