#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
body {
	background-color: #a9946d;
	background-image: url(immagini_2010/fondo_def2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	margin: 50% 0px 0px;
	padding: 0px;
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#apDiv2 {
	position:absolute;
	width:800px;
	height:200px;
	z-index:2;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	text-align: left;
	margin-left: -400px;
}
#apDiv3 {
	position:absolute;
	width:100%;
	height:600px;
	z-index:1;
	left: 0px;
	top: 50%;
	background-image: url(immagini_2010/fondo_new4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -300px;
	visibility: visible;
}
#apDiv4 {
	position:absolute;
	width:100%;
	height:60px;
	z-index:3;
	left: 0%;
	top: 50%;
	margin-top: 250px;
}
