html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: #333;
	-webkit-text-size-adjust: none; /* important, or your text resizes randomly on rotation! */
}

p
{
	margin: 0;
	padding: 1em;
	padding-bottom: 0;
}

div
{
    margin: 0;
    padding: 0;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;

   /*3D transform */
    -webkit-transform: scale3d(1, 1, 1);
    -o-user-select: none;
    user-select: none;
}

#canvas
{
    z-index: 1;
    overflow: hidden;
    image-rendering: optimizeSpeed;
}

canvas
{
    image-rendering: optimizeSpeed;
}


#orientationlock
{
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #333;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	font-size: 2em;
	text-align: center;
	display: none;
}

#orientationlock p
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -2em;
	padding: 0;
}