*{
}

html,body,#display{
	padding:0;
	margin:0;
	
	width:100%;
	height:100%;

	top:0;
	left:0;
	right:0;
	bottom:0;

	background: rgba(121,99,86,1);
	background: -moz-linear-gradient(top, rgba(121,99,86,1) 0%, rgba(121,99,86,1) 50%, rgba(240,234,216,1) 51%, rgba(240,234,216,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(121,99,86,1)), color-stop(50%, rgba(121,99,86,1)), color-stop(51%, rgba(240,234,216,1)), color-stop(100%, rgba(240,234,216,1)));
	background: -webkit-linear-gradient(top, rgba(121,99,86,1) 0%, rgba(121,99,86,1) 50%, rgba(240,234,216,1) 51%, rgba(240,234,216,1) 100%);
	background: -o-linear-gradient(top, rgba(121,99,86,1) 0%, rgba(121,99,86,1) 50%, rgba(240,234,216,1) 51%, rgba(240,234,216,1) 100%);
	background: -ms-linear-gradient(top, rgba(121,99,86,1) 0%, rgba(121,99,86,1) 50%, rgba(240,234,216,1) 51%, rgba(240,234,216,1) 100%);
	background: linear-gradient(to bottom, rgba(121,99,86,1) 0%, rgba(121,99,86,1) 50%, rgba(240,234,216,1) 51%, rgba(240,234,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#796356', endColorstr='#f0ead8', GradientType=0 );
	color:#FFFFFF;

	overflow:hidden;

	min-width: 400px;
	min-height: 300px;

	/*cursor:none;*/
}

html{
	overflow:auto;
}

canvas{
	image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;

	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}