/* CSS Document */
body{
background:url(img/sfondo_intro.jpg) top center no-repeat #fff8e5;
font-size:12px;
font-family:"Arial", Verdana, Helvetica, sans-serif;
color:#500d00
}
.pipe{
border-left:1px solid #f28f71;
}
.arancione{
color: #e64527;
font-weight:bold;
}

#content {
position:relative; top:0; left:0;
margin:auto;
width:900px;
margin-top:20px;
}
#content #logo {
position:absolute; top:0; right:0;
margin-right:107px;
}

#content #flash {
position:relative; top:0; left:0;
width:695px;
height:478px;
padding-top:124px;
}
#content #link {
position:relative; top:0; left:0;
width:653px;
height:37px;
background:url(img/sf-link.png) no-repeat;
margin-left:28px;
margin-top:-3px;
font-size:15px;
}
#content #link ul{
	text-align:right;
padding-top:5px;
padding-left:35px;
}
#content #link ul li{
display:inline;
padding-left:13px;
padding-right:13px;
}
#content #link ul li a{
color:#fff;
text-decoration:none;
}
#content #link ul li a:hover{
color:#f28f71;
}
#content #testo #title {
position:absolute; top:0; left:0;
margin-top:-90px;
}
#content #testo{
position:relative; top:0; left:0;
	padding-left: 5px;         /* place it where you want     */
	padding-top:10px;
  width:935px;
  margin:auto;
  }
#translucentbkg_l {
   width: 935px; height: 70px;     /* to match DIVs size          */
   background-color: #fff8e5;       /* the background              */
   filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity: 0.6;
}
#testoopaco{
   width: 935px; height: 70px;     /* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
 }
 #testoopaco p{
	line-height:18px;
	padding:10px;
 }
 #content #bottom{
	   width: 935px;
		margin-left: 10px;
border-top:1px solid #e64527;
padding-top:10px;
margin-top:10px;   
text-align:center;
  }
 #content #bottom a{
color: #e64527;
font-weight:bold;
}

#content #credits {
position:relative; top:0; left:0;
margin-left:292px;
width:653px;
height:37px;
text-align:right;
}
#content #credits ul{
padding-top:15px;
}
#content #credits ul li{
display:inline;
padding-left:5px;
padding-right:5px;
}
#content #credits ul li a{
color:#500d00;
text-decoration:none;
}
#content #credits ul li a:hover{
color:#e64527;
}