@charset "utf-8";
/* CSS Document */


<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	padding-bottom:0px 0px 300px 0px;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-position:top; background-attachment:fixed;
}
.titolo-promozione {
	font-size:15px;
	font-weight:bold;
	color:#0066CC;
	margin-bottom:0px;
	margin-top:10px;
	}
	
.testo{
	font-family: "trebuchet ms" tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #12556B;
}
.testo-menu {
	font-family: "trebuchet ms" tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003264;
	font-weight: bold;
}
.testo-content {
	font-family: "trebuchet ms" tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #135971;
}
.titoli {
	font-family: "trebuchet ms" tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px; font-weight:bold;
	color: #135971;
}


.sottomenu{
display:none;
padding-left:10px;
padding-top:5px;

}


div#islandcontainer {
/*
bottom:-80px;
height:254px;
*/
bottom:-2px;
left:0pt;
position:absolute;
width:100%;

z-index:2;

}
 @media screen{
  body>div#islandcontainer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }



-->
