body {
	background-color: #ffffff;
	margin-left: 50px;
	width: 600px;
}

#Puzzle {
	position: absolute;
	width: 440px;
	height: 440px;
	position: absolute;
}

.spot {
	font-size: 12px;
	width: 1.5em;
	text-align: center;
	position: absolute;
}

#message {
	text-align: center;
	position: absolute;
	width: 440px;
}
