body {
background: #000000;
padding:0 1em;
margin:0;
font-size: 13px;
font-family: verdana, arial, helvetica, sans-serif;
text-decoration: none;
letter-spacing: -0.06em;
}

/*******************************************************************************/
/*             BLOCCO CONTENITORE PER CENTRARE IL TUTTO                        */
#intro_container {;
width: 1000px;
/* posiziono l'angolo sx al centro*/
position: absolute;
left: 50%;
/* poi arretro di 512px per centrare il box*/
margin-left: -500px;
text-align: center;
}

#intro_video{
margin-top:30px;
}

#entra_img{
border-style: none;
margin-top: 30px;
}
/*             END BLOCCO CONTENITORE PER CENTRARE IL TUTTO                    */
/*******************************************************************************/



