html {
	overflow: hidden;
}

body {
	height: auto;
	width: auto;
	margin: 14% 0 0 0;
	padding: 0;
	background: #EFEFEF url(images/sfondo.jpg) fixed repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.luce{
	width: 810px;
	height: 320px;
	padding: 15px;
	margin: 0;
	background: #FFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: -10;
}

.corpo{
	color: #333;
	z-index: 50;
   top: -335px;
	width: 810px;
	height: 320px;
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.logo{
	width: 390px;
	height: 219px;
	padding: 100px 30px 0 0;
	margin: 0;
	text-align: center;
	float: left;
}
.logo i{
	font-size: 14px;
	font-style: italic;
}
.recapiti{
	width: 390px;
	height: 319px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
}

.fine{
	width: 390px;
	height: 1px !important;
	padding: 0;
	margin: 0;
	font-size: 1px;
	clear: left;
}



.piede{
	width: 780px;
	height: auto;
	padding: 00;
	margin: 0;
   top: -315px;
	position: relative;
	color: #676767;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.piede .azienda {
	width: 400px;
	text-align: left;
	float: left;
}
.piede .webdesign {
	width: 380px;
	text-align: right;
	float: left;
}
.piede .webdesign a{
	color: #A4A4A4;
	text-decoration: none;
}
.piede .webdesign a:hover{
	color: #FF8000;
}
.piede .fine {
	width: 780px;
	clear: left;
	display: none;
}
