        
                @media only screen and (min-width:600px) and (min-height: 860px){
                    body {
                             
                              background-image: url("background-rm.jpg");
                 background-repeat:no-repeat;
                 background-position: center center;
                         }
                 
                         #Stage {
                  position: fixed;
                  top: 50%;
                     left: 50%;
                 
                   line-height: 90px;
                   text-align: center;
                   margin-top: -284px;
                   margin-left: -160px;
                         }
                 
                 
                 
                         html,body{height:100%;}
                     }
                 