@charset "UTF-8";
/* CSS Document */

/* Wrapper template */

#wrapper{
	height:1390px;
	width:859px;
	background-color:#FFF;
	border-left:solid 2px #FF8000;
	border-right:solid 2px #FF8000;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

/* Sfondo della pagina */
#sfondoindex{
	height:1590px;
	background:#ECECEC;
}

#boxfotogrande{
	width:829px;
	height:350px;
	margin:auto;
	border:solid 1px #666666;
}

#descrizione{
	width: 800px;
	height: 740px;
	margin: auto;
}

p{
	text-align:justify;
	color:#555555;
}

#boxgtt{
	width: 800px;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
}

#logogtt{
	position:relative;
	width: 80px;
	height: 95px;
	float:left;
}

#testogtt{
	width:700px;
	height:95px;
	float:right;
	border-top:solid 1px #CCCCCC;
}

p.textgtt{
	margin:0px;
	margin-top:14px;
	padding:0px;
}

#farfalla{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 615px;
	top: 1229px;
	z-index: 1;
}

