#background {
	width: 970px;
	height: 600px;
	background-image: url(../immagini/contatti.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

/*formattazione testi*/
#testi {
	clear: left;
	display: block;
	width: 980px;
	padding-top: 120px;
	padding-left: 35px;
	color: #FFFFFF;
}
#testi h2 {
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
}
#testi h3 {
	font-size: 1em;
	line-height: 1.5em;
}

/*formattazione link*/
#testi p.mail{
	font-size: 1em;
	line-height: 1.5em;
}
#testi p.mail a:link, #testi p.mail a:visited {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
#testi p.mail a:hover {
	color: #FF0000;
}

