/* CSS Document */

body {
background-color: #FFDD99;
background-image: url(sfondi/sfondo-1.gif);
background-repeat:repeat-x;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#990000;
font-size:18px;
}
#container {
width:752px;
margin: 30px auto;
}
#header {
border-bottom:20px solid #990000;
width:752px;
padding-bottom:10px;
}
.title {
font-size:20px;
}
.big {
font-size:28px;
color:#006666;
}
#content {
border:1px solid #990000;
width:750px;
}
#footer {
border-top:20px solid #990000;
width:752px;
padding-top:10px;
}