/* CSS Document */

/* CSS Document */

/*stili per il layout fisso con altezza minima*/

html, body
{
	margin: 0 auto;
	padding: 0;
	height: 100%;
	line-height: 100%;
	background-color: #FDC502;
}


div#container
{
	width: auto;
	height: 61px;
	top: 50%;
	margin-top: -30px;
	background-image: url(../img/bg_blu.png);
	position: relative;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1B46A4;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.logo {
		width:231px;
		height:75px;
		top:50%;
		position:relative;
		margin-top:-39px;
		left:50%;
		margin-left:-115px;
		}


.contenitore_centrale {
						width:225px;
						height:66px;
						background-repeat:repeat-x;
						top:50%;
						margin-top:-18px;
						position:relative;
						left:50%;
						margin-left:-110px;
						text-align:center;
						}
						
						
						
.contenitore_footer {
						width:225px;
						height:20px;
						top:50%;
						position:relative;
						margin-top:15px;
						margin-left:-110px;
						left:50%;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font-size:9px;
						}


a {
	text-decoration:none;
	color:#003777;
	}
	
a:hover {
			text-decoration:overline;}




