$(document).ready(function() {
	$("#promo-testo-bg").animate({
        opacity: 0.7
      }, 0 );

});