@charset "utf-8";
/* CSS Document */

body{
background: url(images/bkg.jpg);
text-align: center;
margin: 0;
padding: 0;
}
#contenitore{
width: 871px;
margin: auto;
text-align: left;
background: url(images/background.jpg);
}
#header{
width: 871px;
height: 268px;
text-align: center;
line-height: 268px;
background: ;
}

#contenuto{
width: 871px;
}

#dx_pt1, #dx_pt2_a, #dx_pt2_b{
margin: 15px;
text-align: center;
}
#centro{
width: 840px;/*meno 2px bordo*/
float: right;
margin: 10px 10px 10px 0;
font: 12px Verdana;
}

#footer{
width: 871px;
height: 86px;
clear: both;
margin-top: 10px;
text-align: center;
line-height: 80px;
background: url(images/footer.jpg);
}
#footer a{
text-decoration: none;
color: #000000;
}

#autore{
font: bold 14px Verdana;

}
#autore a{
text-decoration: none;
color: #000000;
}