#Flash {
	position: relative;
	visibility: visible;
	z-index: 2;
	height: 190px;
	width: 780px;
	left: 0px;
	top: 0px;
}
#Piede {
	background-image: url(immagini/piede-carbonio.png);
	position: absolute;
	visibility: visible;
	height: 44px;
	width: 780px;
	bottom: 0px;
	z-index: 2;
	left: 0px;
}
#lsinistra {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 95%;
	width: 60px;
	left: 0px;
	top: 0px;
	background-color: #CC0000;
}
#ldestra {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 95%;
	width: 60px;
	right: 0px;
	top: 0px;
	background-color: #CC0000;
}
#contenitore {
	position: relative;
	visibility: visible;
	z-index: 2;
	height: 750px;
	width: 780px;
	left: 20%;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
