
        @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/719104e1b6.gif);
background-color:rgba(39,39,39,1);
background-repeat:repeat;
background-position:0% 0%;
background-size:auto;
background-attachment:scroll;
background-image-opacity:1;
                        }