body {
	margin: 0px;
	padding: 0px;
}

td.menuDxIta {
	background-image:  url(images/pezzo0_it.gif);
	background-repeat: no-repeat;
	width: 545px;
	height: 250px;
	vertical-align: top;
}

td.menuSxIta {
	background-image:     url(images/menu0_it.gif);
	background-repeat: no-repeat;
	width: 215px;
	height: 250px;
	vertical-align: top;
}

td.menuDxEng {
	background-image:     url("images/pezzo0_en.gif");
	background-repeat: no-repeat;
	width: 545px;
	height: 250px;
	vertical-align: top;
}

td.menuSxEng {
	background-image:     url("images/menu0_en.gif");
	background-repeat: no-repeat;
	width: 215px;
	height: 250px;
	vertical-align: top;
}

.trans100 {
	filter: alpha(opacity=100);
	-moz-opacity: 100%;
	opacity: 1;
}

.trans0 {
	filter: Alpha(Opacity=0);
	-moz-opacity: 0%;
	opacity: .0;
}

