html{
width:100%;
height:100%;
}
body{
height:100%;
width:100%;
margin:0px 0px 0px 0px;
background: url(../gfxsito/bg.gif) left top no-repeat #555EAB;
font-size:11px;
font-family:"Lucida Sans Unicode", Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
color:#C5CEF5;
}
a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:#FFCCFF;
font-weight:bold;
text-decoration:none;
}
#wrapper{
width:950px;
}
#logo{
margin-bottom:20px;
}
#menu{
}
#table{
width:100%;
height:100%;
}
#foot{
width:855px;
margin-top:100px;
float:left;
}
#foot2{
width:95px;
margin-top:100px;
float:right;
}