﻿body {
    font-family: 'Segoe UI', sans-serif;
/*	margin-top: 0px;        */
	margin: 0px 0px 1px 0px;
		<!-- background: #c7b39b; -->
}

span {
    font-style: italic;
}

            

			#turnback{
				width:4000px;
				height:4000px;
				position:fixed;
				top:0px;
				left:0px;
				background-color:white;
				display:none;
			}

/*			#turn{
				z-index: 99900;
				width:100%;
				height:100%; 
				position:fixed;
				top: 0px;
				right: 0px;
				bottom: 0px;
				left: 0px;
				/*overflow: hidden;
				background: #fff url('playportrait.png') center center no-repeat;

				background-size: 500px 500px;
				display:none;
			}*/
			
   #turn2{
    width:100%;
    height:100%; 
    position:fixed;
    top:0px;
    left:0px;
    background-color:#3c2d1a;
    background-image:url('playportrait2.png');
	background-size: 30%;
	background-repeat:no-repeat;
    background-position: center center;
    display:none;
   }

/*   #content{
    width:100%;
    height:100%; 
    position:fixed;
    top:0px;
    left:0px;

   }
*/

.hide{
display: none}

   
		/*canvas {
			-ms-touch-action: none;
			image-rendering: -o-crisp-edges;
			image-rendering: optimize-contrast;
			-ms-interpolation-mode: nearest-neighbor;
			-webkit-tap-highlight-color: rgba(0,0,0,0);
			-moz-tap-highlight-color: rgba(0,0,0,0);
			tap-highlight-color: rgba(0,0,0,0);
			user-select: none;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			top: 0px;
		}			*/