così dovrebbe andare:
codice:
body {
	background-color: #8EC7FF;
	cursor: default;
	text-align: center;
}

#sfondo {
	background-image: url(../immagini/sfondo.png);
	background-position: center center;
	height: 510px;
	width: 750px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	margin: 0 auto;
}