@charset "utf-8";
/* CSS Document */
html,body{
margin:0px;
padding:0px;
border:0px;
background-color: #ffffff;
font: 13px Arial, Helvetica, sans-serif; 
color:#1a171b; 
width::100%; 
height:100%;
}
	#centratoh{
	text-align:left;
	min-height: 100%; 
	height: 100%;
}
		#intestazioneh{
		background-color: #1a171b; 
		height:44px;
		position:relative;
		z-index:10;
		}
			#corpoh{
			background-color:#ffffff; 
			position:relative; 
			z-index:10; 
			}
				#logoh{
				height:486px; 
				width:486px; 
				background-image:url(../images/logobi_ok.gif);
				background-repeat:no-repeat; 
				float:left;
				position:relative; 
				top:17px;
				}
				#etnoh{ 
				height:80px; 
				width:281px;
				background-image:url(../images/etno_home.gif);
				background-repeat:no-repeat; 
				float:right; 
				position: absolute; top:230px; left:440px; 
				margin-right:160px;
				}
				#contenutih{ 
				height:156px; 
				width:350px; 
				position: absolute; top:310px; left:445px; 
				margin-right:160px;
				}
			#footerh{
			height:40%;
			background-image: url(../images/footerxy.gif);
			background-repeat: repeat;
			position:relative;
			z-index:10;
			}

					.menu_f { 
					margin:0; 
					padding:0.5em 0;
					position: absolute; top:-0.5em; left:430px;  
					}
					.menu_f li{ 
					display:inline;
					}
					.menu_f a{ 
					height:0; 
					padding:0.5em 0;
					text-decoration:none; 
					font-size:1.1em;
					font-weight:500;
					margin:-0.5em 1em;
					white-space:nowrap;
					color: #e2001a;
					}
					.menu_f a:link, 
					.menu_f a:visited{ 
					background:none; 
					color: #ffffff;
					border-top:0.7em solid #1a171b; 
					padding-top:0; 
					}
					.menu_f a:hover, 
					.menu_f a:focus
					.menu_f a:active{ 
					background:none; 
					color: #e2001a; 
					border-top:0.7em solid #e2001a; 
					padding-top:0; 
					}

