body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;

}

#container {
	position: relative;
	height: 400px;
	width: 529px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}

#animazione {
	position: absolute;
	height: 250px;
	width: 529px;
	left: auto;
	bottom: 25px;
}
#dati {
	position: absolute;
	height: 20px;
	width: 529px;
	left: auto;
	bottom: 0px;
}
.testoGr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	font-weight: bold;
}

