
html,body {
    font-family: Impact;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_home.jpg);
	background-repeat: repeat;
	height:100%;
}



#menu 
{   margin-left:19px;
    position: absolute;
	margin-top:44px;

}
#Layer1 {
	
	height:100%;
	width: 780px;
	background:url(images/banca.jpg) no-repeat top #333333;
	margin: 0px auto 0px auto

	
}

iframe {	width:586px;
	height:259px;
	position:absolute;
	left: 82px;
	top: 84px; 
	border:none
}


/*************************** 
  Menu 
 ***************************/
.submenu{
	position:absolute;
	width:126px;
	visibility:hidden;
	margin:none;
	
}
.itemmenu a{
	display:block;
	font-size:13px;
	text-align:center;
	padding:2px;
	color: #003300;
	text-decoration:none;
	position:relative;
	top:0px;
	left:0px;
}
.itemmenu a:hover{
	background: #FFFF99;
	color: #006600;
}
.itemmenu{
	width:126px;
	float:left
}

/* Tooltip */
a span{
	display:none
}
a:hover span{
	display:block;
	position:absolute;
	top:20px;
	left:28px;
	background:#FFC;
	color:black;
	border:1px dotted black;
	width:100px;
	padding:5px;
	text-transform:lowercase;	
    z-index: 1;
    }

</style>


