#content, #content:active, #content:focus {   
	cursor:default;
}

#gameBack {
	background: url('../img/pattern.jpg') repeat top left;
}

#gameItSelf {
	background: url('../img/flower.png') no-repeat center center;
	background-size: 100% 100%;
}

canvas {
	margin:0 auto;
}
body {
	margin: 0;
}
