html,body {width:100%;height:100%;margin:0;padding:0;overflow:hidden;}
body {background:#000000;}
#main_home {
width:500px;
height:500px;
position:relative;
top:50%;
top: expression(document.body.clientHeight/2 + "px");
left: expression(document.body.clientWidth/2 - 250 + "px");
margin:-250px auto 0 auto;
background:url('../bk.jpg') no-repeat 0px 0px;
}
#main_site {
width:173px;
height:27px;
position:relative;
top:50%;
margin:-443px 0 0 -173px;
}
#home {
background:#333333;
text-align:center;
height:60px;
}
#home a {
color:#ffffff;
text-decoration:none;
font-family:verdana;
text-align:center;
font-size:13px;
}
#titolo {
background:#555555;
font-family:verdana;
color:#ffffff;
width:100%;
font-size:13px;
padding-left:10px;
}
#left {
background:#333333;
height:100%;
vertical-align:top;
text-align:center;
}
#left a {
color:#ffffff;
text-decoration:none;
font-family:verdana;
text-align:center;
font-size:13px;
}
#maintd {
vertical-align:top;
/* position: relative; */
}
#main {
display:block;
overflow:auto;
position:absolute; /* fixed */
top: 60px;
bottom: 0px;
left: 160px;
right: 0px;
background:#ffffff;
height: expression(document.body.clientHeight - 60 + "px");
width: expression(document.body.clientWidth - 160 + "px");
}
#main td.articolo {
font-family: verdana;
font-size:16px;
width:100%;
text-align:justify;
}
#main td.articolosx {
font-family: verdana;
font-size:16px;
width:100%;
text-align:left;
}
#main td.articolo div, #main td.articolosx div {
font-weight:bold;
margin:5px 0;
}
#main td {border-bottom:solid 1px #707070;}
img {border:0;}
img a {border:0;}
p { margin:0; padding:0;}