#walldiv
{
	height: 500px;
	width: 80%;
	overflow: hidden;
	position: fixed;
	cursor: move;
	outline: 10px;
	outline-color: black;
	outline-style: solid;
	/*background-color: grey;*/
}

canvas
{
	width: 512px;
	height: 512px;
	zoom: 2;
	image-rendering: pixelated;
	outline-color: black;
	outline-style: solid;
	outline-width: 1%;
}

body
{
	text-align: center;
}