@charset "utf-8";
/* CSS Document */
body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #99CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CCFF;
}
a:hover {
	text-decoration: underline;
	color: #CCFFFF;
}
a:active {
	text-decoration: none;
	color: #99CCFF;
}
div.centrato {
	display:     block;
	width:       760px;
	height:      420px;
	position:    absolute;
	top:         50%;
	left:        50%;
	margin-left: -380px;
	margin-top: -210px;
	background-color: #333333;
	border: 1px solid #999999;
}
div.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	position: absolute;
	top: 5px;
	width: 760px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	margin: 0;
}
div.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	top: 40px;
	position: absolute;
	width: 760px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 3px;
	line-height: 15px;
}
div.box_1 {
	height: 150px;
	width: 220px;
	background-color: #1285D6;
	background-image: url(home%20provvisoria/immagini/box1.jpg);
	position: absolute;
	top: 110px;
	left: 25px;
}
div.box_2 {
	width: 220px;
	height: 150px;
	background-color: #ff8800;
	background-image: url(home%20provvisoria/immagini/box2.jpg);
	position: absolute;
	top: 110px;
	right: 270px;
}
div.box_3 {
	width: 220px;
	height: 150px;
	background-color: #54CA01;
	background-image: url(home%20provvisoria/immagini/box3.jpg);
	top: 110px;
	position: absolute;
	right: 25px;
}
div.text_box {
	position: absolute;
	top: 5px;
	left: 5px;
}
p.text_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
}
div.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	position: absolute;
	top: 280px;
	width: 760px;
}
p.text_info {
	bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	margin: 0;
}
div.footer {
	position: absolute;
	bottom: 2px;
	width: 760px;
}
p.text_footer {
	bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
}
