
        @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('/____impro/1/onewebmedia/backgroundGreySTRAwebsite.jpg?etag=%22edd12-5fc10b95%22&sourceContentType=image%2Fjpeg&quality=80');
background-color:rgba(0,0,0,0.34);
background-repeat:repeat-y;
background-position:50% 50%;
background-size:cover;
background-attachment:scroll;
background-image-opacity:1;
                        }