/*BANNER css */
#banner {
position:absolute;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
filter:alpha(opacity=95); 
color:#FFFFFF;
border:0px;
background-color:#FFFFFF;
width: 345px;
height: 300px;
left: 333px;
top: 160px;
}
#banner a
{
color:#FFCC00;
text-decoration:none;
background-color:#FFFFFF;
}
#banner a:hover
{
color:#FFCC00;
text-decoration:underline;
background-color:#FFFFFF;
}
#chiudi
{
background-color:#FFCC00;
filter:alpha(opacity=95); 
position:absolute;
width:50px;
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#000000;
left: 650px; top: 146px;
text-align:center;
}
#chiudi a
{
font-weight:bold;
color:#000000;
text-decoration:none;
text-align:right;
}
#chiudi a:hover
{
font-weight:bold;
color:#990000;
text-decoration:none;
text-align:right;
}
