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

*{
margin:0px;
padding:0px;}

body{
background-image:url(images/bg-chiaro.jpg);
background-position:top center;
background-repeat:repeat-x;
text-align:center;
font-family:"Trebuchet MS", arial}

#box-sito{
margin:auto;
width:900px;}

img{
border:0px;}

#testi a{
color:#FFFFFF;
text-decoration:none;
border-bottom:1px dotted #FFFFFF;}

#testi a:hover{
background-color:#10192C;}

#logo{
margin:30px;}

#testi{
margin:auto;
width:600px;
font-size:17px;}

#italiano{
color:#000000;
margin-bottom:20px;}

#inglese{
color:#FFFFFF;
margin-bottom:20px;}

#footer{
font-size:12px;
background-color:#10192C;
color:#FFFFFF;
margin-top:30px;
margin-bottom:30px;
line-height:20px;}

