html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background:url(img/homepage_alto.jpg) repeat-x top #FFFFFF;
	text-align:center;
}
.generale {
	background:url(img/homepage_fondo.jpg) center top no-repeat;
	text-align:center;
}
.interno {
	width:854px;
	margin:0 auto;
	position:relative;
	text-align:left;
}