@font-face
{
	font-family: "Tahoma";
}

html, body {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
}
		
#mobileturn{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:white;
	background-image:url('assets/images/rotate.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	display:none;
	}
			
canvas{
    margin: 0 auto;
}






