@charset "UTF-8";
/* CSS Document */



.tab {
	width: 130px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #d1ccb9 url(s1.jpg) fixed repeat-x bottom;

}
#ducale{
	position: fixed;
	bottom: 0;
	margin-left: 0px;
	width: 100%;
	height:100%;
	z-index:1;
	background: url(ducale.png) fixed no-repeat bottom right;
}

#fondo{
	position: absolute;
	top: 0;
  	left: 50%;
	margin-left: -490px;
	width: 980;
	height:688;
	z-index:2;
}

#menu {
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
	width: 300px;
	height:688px;
	z-index:4;
}

#testi {
	position:absolute;
	top: 115px;
	left: 50%;
	margin-left: -260px;
	width: 600px;
	height:450px;
	z-index:4;
}

#piedipagina {
	position:absolute;
	left:0;
	top:700px;
	width:100%;
	height:111px;
	z-index:5;
}
