@charset "utf-8";

#titolo {
	width: 400px;
	position: absolute;
	top: 70px;
	left: 40px;
	font-family: verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3c6057;
	text-shadow: 2px 2px 2px #eee;
}
#testoup{
    width: 500px;
    height: 70px;
    position: absolute;
	top: 150px;
	left: 50%;
    margin-left: -250px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
#testodw{
    width: 350px;
    height: 140px;
    position: absolute;
	top: 300px;
	left: 50%;
    margin-left: -210px;
	text-align: justify;
	line-height: 1.4;
}
#email_img{
    width: 150px;
    height: 200px;
    position: absolute;
	top: 270px;
    margin-left: 650px;
}
#figura {
    width: 200px;
    height: 440px;
    position: absolute;
	opacity: .5;
    top: 150px;
    left: 50px;
}
#notelegali {
	width: 800px;
	height: 550px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -400px;
	font-family: arial;
	font-size: 14px;
	font-align: justify;
	color: #585858;
	line-height: 23px;
}
#copyright {
	width: 400px;
	height: 25px;
	position: absolute;
	top: 560px;
	left: 50%;
	margin-left: -200px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #585858;
}

