@charset "ISO-8859-1";
/* CSS Document */

body {
	background: #333;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#canvas_holder {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #FFF;
}
#canvas {
	display: block;
	width: 100%;
	height: 100%;
}
#feedback {
}
