/*stili per il layout fisso*/
body{background: #CD120E url(background.jpg) fixed repeat-x top} 
div#container {
width: 398px;
height: 400px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -199px;
margin-left: -200px;
font-family:Arial, Helvetica, sans-serif;
text-align:right;
font-size:10px;


}

div#content{ width:460px; margin-left: 306px; padding-top:0px; padding-right:15px; padding-bottom:15px; padding-left:15px; }

A:LINK {
 color : black;
 text-decoration : none;
 font-weight: bold;
}
A:visited{
 color : black;
 text-decoration : none;
 font-weight: bold;
}
A:active{
 color : black;
 text-decoration : none;
 font-weight: bold;
}
A:hover{
 color : black;
 text-decoration : none;
 font-weight: bold;
}

