@charset "utf-8";
/* CSS Document */


body{
	padding:0;
	margin:0;
	background: center no-repeat url(Immagini/Sfondi/sfondohome2.jpg) #b5b4ab fixed;
	
}


h1{

	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0px;
	color:#fff;
	font-weight:lighter;
	visibility:hidden;

}

h2{
	margin-top:25px;
	margin-bottom:0px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:45px;
	color: #666666;
	font-weight:lighter;

}

h3{

	margin-bottom:10px;
	padding-bottom:9px;
	padding-top:7px;
	border-top: 1px dashed #ff6600;
	border-bottom: 1px dashed #ff6600;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size:21px;
	line-height:17px;
	color: #666666;
	font-weight:lighter;

}

h4{
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	font-weight:lighter;

}

a img{
	border:0;
}

.img_ing a:hover img{
	border:0;
	background:url(Immagini/back.png)
}

.img_cre a img{
	border:0;
}


.container{
	position:fixed;
	top : 65%;
	margin:0 auto;
	width:100%;
	height:70%;
}

.container_limit{
	vertical-align:middle;
	margin:0 auto;
	width:800px;
	height:100%;
}

.logo{
	margin:0 auto;
	width:800px;
	height:546px;
	text-align:center;
}

.img_ing{
	bottom:0px;
	float:right;
	width:48%;
	text-align:left;
	background: url(Immagini/lin_ing.jpg) repeat-x left;
}

.img_ing img{
	margin-bottom:72px
}

.img_cre{
	bottom:0px;
	float:left;
	width:48%;
	text-align:right;
	background: url(Immagini/lin_crea.jpg) repeat-x right;
}

.img_cre img{
	margin-bottom:68px;
}


.footer{
	position:fixed;
	text-align:center;
	clear:both;
	width:100%;
	bottom:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	
}

.clear{
	clear:both;

}