@font-face { 
font-family: avenir; 
src: url(/AvenirLTStd-Light.otf); 
}
body {
margin:0;
padding:0;
background: url(/immagini/bg_intro.jpg) repeat-x #FFFFFF;
height:586px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a{
cursor:pointer;
}
a, img{
border:none;
}
#cont{
position:relative;
width:987px;
height:657px;
z-index:2;
margin:0 auto;
}
#slideIntro{
z-index:-1;
position:absolute;
width:720px;
height:405px;
left:152px;
top:73px;
overflow:hidden;
}
.intro{
width:987px;
background:url(/immagini/intro.png) no-repeat;
height:657px;
margin:0 auto;
z-index:1;
position:relative;
}
#frase h2{
margin:0;
padding:0;
font-family: avenir, Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#9188c0;
font-weight:bold;
text-align:right;
margin-right:120px;
padding-top:5px;
}
#testoIntro{
color:#666;
font-size:13px;
position:absolute;
top:390px;
left:210px;
}
#bandiere{
width:500px;
position:absolute;
top:500px;
left:250px;
height:30px;
}
#bandiere a img{
margin:0 35px;
}
.footer{
background:url(immagini/footer2.jpg) no-repeat;
height:434px;
margin:0 auto;
position:relative;
}
.copy{
position:absolute;
bottom:0px;
height:30px;
line-height:30px;
width:100%;
background:#FFF;
text-align:center;
color:#666;
font-size:12px;
}
.copy a{
color:#666;
text-decoration:none;
}
.copy a:hover{
text-decoration:underline;
}
