body {
	width: 900px;
	margin: 0 auto auto;
	padding: 0;
	clear: both;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: black url('../img/sfondo2.jpg') no-repeat center top;
}

#home {
	position: absolute;
	width: 900px;
	height: 450px;
}

#logo {
	position: relative;
	top: 200px;
	left: 340px;
	width: 220px;
	height: 160px;
	background: url(../img/logo.png) no-repeat 0 0;
}

#italiano {
	position: relative;
	top: 250px;
	left: 250px;
	width: 110px;
	height: 40px;
	background: url(../img/titoli/italiano.png) no-repeat 0 0;
	float: left;
	cursor: pointer;
}

#inglese {
	position: relative;
	top: 250px;
	left: 420px;
	width: 95px;
	height: 55px;
	background: url(../img/titoli/inglese.png) no-repeat 0 0;
	float: left;
	cursor: pointer;
}
