@charset "utf-8";
/* CSS Document */

#apDiv1 {
	position:absolute;
	width:181px;
	height:181px;
	z-index:1;
	top: 275px;
	left: 0px;
	background-image: url(../images/marrone.png);
}
#apDiv2 {
	position:absolute;
	width:181px;
	height:111px;
	z-index:2;
	top: 400px;
	left: 0px;
	background-image: url(../images/rosso.png);
}
#apDiv3 {
	position:absolute;
	width:181px;
	height:111px;
	z-index:3;
	top: 525px;
	left: 0px;
	background-image: url(../images/giallo.png);
}

