body {
	margin: 0;
}
#puzzle{
	width: 300px;
	height: 300px;
	border: 0px solid black;
}
.pecas{
	cursor: pointer;
	width: 98px;
	height: 68px;
	background: url(botao3.png) no-repeat;
	float: left;
	text-align: center;
	color:#FFFFFF;
	font-size: 40px;
	padding-top: 30px;
}
.pecasNOT{
	width: 98px;
	height: 98px;
	float: left;
}