
/* basic styles for black background and crosshair cursor */
body {
	background-image: url('../pics/Gutschein.png');
	background-repeat: no-repeat;
	background-color: grey;
	background-position: center;
	background-size: contain;
}

#ClearCanvas {
}