body, html{height:100%;margin:0; padding:0;font-family: Lato;color:#333;background: #223245  no-repeat top center;
				background-attachment:fixed;-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;}
	

div.a {
  text-align: center;
}
				

h2{font-size:30px; color:#007D8F; }

	p{font-size:30px;line-height: 30px; color:#007D8F}
	
	a{color:#ADA500; font-weight: bold; text-decoration: none;}
	a:hover{color:#fff;}
	
	strong{font-weight: bold}
	span{color:#8f1111;}
	
	
	.bg{height: 100%; width:100%;float:left;display:block;position:relative;}	
    .message{top:35%; text-shadow: 0 0 10px #000;font-size: 65px;font-weight:700;position:absolute;left:15%;z-index: 9999; color:#007D8F;text-align: center;width:70%; }	
	.arrow{width:100%; height:180px;position: absolute; bottom:0;background: url(arrow.png) no-repeat center center;text-indent: -9999px; cursor: pointer}
	.testo{float:left;width: 100%; background: #fff}
	.center-text2{ font-family: 'Kanit'; font-weight: 300; width:65%; margin:0 auto;}
	  


/* Stile per il footer */
footer {
	font-family: 'Kanit';
    background-color: #223245; /* Sostituisci con il colore desiderato */
    padding: 20px 0;
    text-align: center;
    color: #ADA500;
    font-size: 16px;
}