@charset "iso-8859-2";
/* CSS Document */

body{
font-family:"Trebuchet MS";
margin:0;
padding:0;
text-align:center;
background-image:url(bg.jpg);
background-repeat:repeat-x;
font-size:0.9em;
line-height:120%;}

#box-work{
width:460px;
background-color:#FFFFFF;
margin:auto;
margin-top:100px;
}

#box-work #contatti{
margin-top:100px;
padding-bottom:100px;}

#box-work a{
color:#CC0000;
text-decoration:none;
border-bottom:1px dotted #CC0000;}

#box-work a:hover{
color:#990000;
text-decoration:none;
border-bottom:1px dotted #990000;}


