body {
    margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    padding: 0;
    height: 100%;
    text-transform: lowercase;
    background: #fff;
    background-color: rgb(255, 255, 255);
    overflow: hidden; /*remove scrollbars*/

    /* these next few microsoft IE options don't seem to have any effect on my windows phone.  
        Your milage my vary.  I keep it in here just incase it does work.
    */
    -ms-touch-action: none;
    -ms-touch-select: none;
    touch-action: none;
}

#stage{
 
    position: absolute;
    background-color: white;
    height: 100px;
    width: 320px;

    /* these next few microsoft IE options don't seem to have any effect on my windows phone.  
        Your milage my vary.  I keep it in here just incase it does work.
    */
  
}