
        @media (max-width: 650px) { body { min-width: 'initial' } body.desktopV { min-width: 1094px } }
        @media (min-width: 651px) { body { min-width: 1094px } body.mobileV { min-width: initial } }
                        .bodyBackground {
                            
background-image:url(/onewebstatic/f18a703312.png);
background-color:rgba(255,255,255,1);
background-repeat:no-repeat;
background-position:100% 0%;
background-size:contain;
background-attachment:fixed;
background-image-opacity:1;
                        }