@charset "utf-8";
/* CSS Document */

body{
background:#ffffff;
background-image:url(images/sfondo.jpg);
background-repeat:no-repeat;
background-position:right;
}

hr{
 border: 0;
 width: 60%;
 background-color: #fff;
 height: 1px;
 margin:0 auto;
 border:dotted #66CCFF 1px;

}

#testo{
width:500px;
/* margin:0 auto;
margin-top:30px;*/
color:#387CBD;
text-align:justify;
line-height:30px;
font-size:16px;
float:left;
}

#footer{
text-align:center;
margin-top:60px;
}