body
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    margin:0px;
    background:#fffdf8;
    padding:0px;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
}
#turn{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background:#B4D3ED;
    background-image:url('../images/ScreenRotate.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    background-size:contain;
    display:none;
}