#top {
	width: 800px;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 80px;
	z-index: 2;
	background-image: url(../img/sfondo_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#corpo {
	left:182px;
	top: 82px;
	width: 600px;
	position: absolute;
	visibility: visible;
	z-index: 0;
}
#sx {
	left:0px;
	top :80px;
	width:180px;
	position:absolute;
	height: 500px;
	background-image: url(../img/sfondo_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#dx { left:810px;
top :80px;
width:200px;
position:absolute;

z-index:5;
}
#corpolarge {
	left: 10px;
	top: 82px;
	width:900px;
	position: absolute;

	visibility: visible;
}
#corpolargedx {
	left: 182px;
	top: 82px;
	width:900px;
	position: absolute;
	visibility: visible;
}
