#left {
position: absolute;
left: 10px;
top: 170px;
width: 200px;
}

#center {
position:absolute;
left: 220px;
right: 220px;
top: 170px;
font: 10pt century gothic;
}

#right {
position: absolute;
right: 5px;
top: 170px;
width: 320px;
font: 10pt century gothic;
}

#top {
position: absolute;
top: 10px;
left: 10px;
right: 0px;
heigth: 75px;
width: 985px;
background-color: whitesmoke;
font: 8pt century gothic;
color: steelblue;
}

ul#mainnav {
list-style: none;
font: 10pt century gothic;
}

li#titolo {
background-color: steelblue;
color: white;
font: bold 10pt century gothic;
}

li#news {
color: black;
font: 10pt century gothic;
}

li#login {
color: blue;
font: bold 10pt century gothic;
}

#centertable {
position:absolute;
margin-left: 310px;
margin-right: 130px;
top: 120px;
}

#centerdocu {
position:absolute;
left: 220px;
right: 390px;
top: 170px;
font: 10pt century gothic;
}

#rightdocu {
position: absolute;
right: 5px;
top: 205px;
width: 320px;
font: 10pt century gothic;
}