html {
		height: 100%;
		overflow: hidden;
	}


a {	
		outline: none;/* get rid of dotted borders */
	}

.menu {
	position: relative;
	height: 30px;
	width: 600px;
	/*background-color: #CCCCCC;*/
	left: 15px;
	top: 268px;
}
.contenuto {
	position: relative;
	height: 270px;
	width: 700px;
	/*background-color: #CCCCCC;*/
	left: 350px;
	top: -230px;
}
.tabellalink {
	position: relative;
	height: 270px;
	width: 700px;
	/*background-color: #CCCCCC;*/
	left: 0px;
	top: 620px;
	z-index:110;
}
.spedita {
	position: relative;
	height: 270px;
	width: 400px;
	/*background-color: #CCCCCC;*/
	left: 364px;
	top: -480px;
	z-index:110;
}
 .centered_div{
width:1200px;
height:600px;
position:absolute;
top:50%; 
left:50%;
margin-left:-600px;
margin-top:-300px;
}
.contsito {
	position: relative;
	height: 590px;
	width: 1200px;
	left: 0px;
	top: 0px;
	background-image: url(../componenti/sfpagina.jpg);
	overflow: hidden;
}
.contmodulo {
	position: relative;
	height: 300px;
	width: 300px;
	left: 2px;
	top: 70px;
	overflow: hidden;
}
.scrollotest {
	position: relative;
	height: 240px;
	width: 600px;
	overflow: auto;
	z-index:100;
	/*background-color: #CCCCCC;
	left: 373px;
	top: -700px;*/
}
