/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
#introBox {
	height: 327px;
	width: 570px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -163px;
	margin-left: -285px;
	background-image: url(../immagini/cielo_intro.jpg);
	background-repeat: no-repeat;
	border: 1px solid #E2E2E2;
	background-color: #FFFFFF;
}
#testoIntro {
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	font-size: 9px;
	line-height: 13px;
}
#testoIntro p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#boxBandierine {
	width: 100%;
	position: relative;
	top: 15px;
}
#bandierinaSinistra {
	width: 47%;
	height: 50px;
	float: left;
	padding-left: 3px;
}
#bandierinaDestra {
	width: 52%;
	height: 50px;
	float: left;
	text-align: right;
}

a {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #00BAF3;
	text-decoration: none;
}
.offsetBandiere {
	position: relative;
	top: 3px;
}
.riga-divisione {
	background-image: url(../background/divisione-testo-default.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 12px;
	width: 532px;
}
