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