html, body{
padding:0;
margin:0 auto;
text-align:center;
}

#container{
	margin:0 auto;
	padding: 0px;
	width: 993px;
	border: none;
	background: none;
	position: relative;
	text-align: center;
}

#main{
	margin:0 auto;
	padding: 0px;
	border: none;
	background: none;
	position: relative;
	text-align: center;
	width: 990px;
}

#overlayer {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	background: none;
	width: 935px;
	height: 600px;
}
	
#overlayerPUNTI {
	position: absolute;
	z-index: 2;
	left:0px;
	top: 0px;
	background: none;
	width: 993px;
	height: 1225px;
}
	

