* {
	margin:0;
	padding:0
}
html, body {
	height:100%
}



#box {
	width:400px;
	position:relative;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	list-style-image: url(img/bivio/sponsor2.gif);
	background-repeat: no-repeat;
	height: auto;
}

.box-bg {
   background:#fff;
   opacity:0.8;   filter:alpha(opacity=80);
   position:absolute;
   width:100%;
   height:100%;}

.box-content {
	position:relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-image: url(img/bivio/elenco.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: justify;
	height: 100%;
	width: 90%;
	text-indent: 5px;
}

* html .box-bg {   height:expression(document.getElementById("box").offsetHeight);
}



#box-sponsor  {
	width:950px;
	position:relative;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	list-style-image: url(img/bivio/sponsor2.gif);
	background-repeat: no-repeat;
	height: auto;
}

.box-bg-sponsor {
   background:#854d23;
   opacity:0.8;   filter:alpha(opacity=80);
   position:absolute;
   width:100%;
   height:100%;}
   
* html .box-bg-sponsor {   height:expression(document.getElementById("box-sponsor").offsetHeight);
}
#footer {
	height: auto;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #854d23;
	
}
#body {
	background-attachment: scroll;
	background-image: url(img/piantina-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: 854d23;
	height: 100%;
	width: 100%;
}
a.footer:link    { text-decoration: none; color:#FFFF00; font-family:Arial, Helvetica, sans-serif; font-size:9px }
a.footer:visited { text-decoration: none; color:#FFFF00; font-family:Arial, Helvetica, sans-serif; font-size:9px }
a.footer:hover   { text-decoration:underline color:#FFFF00; font-family:Arial, Helvetica, sans-serif; font-size:9px }