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

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}
#pagina {
	padding: 0px;
	height: 100%;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pagina #corpo .colonna {
	float: left;
	width: 48%;
	margin: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: auto;
}

#pagina #corpo .esteso {
	width: 99%;
	margin: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
	clear:both;
}

#pagina #corpo {
	/*clear: both;*/
	height:auto;
}
#bottom {
	clear: both;
	margin-top: auto;
	margin-bottom: 0px;
	background-color: #054c6f;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom:0px;
}


#top{
	padding: 0px;
	margin: 0px;
	min-height: 358px;
	background-image: url(../img/f1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_scheda{
	padding: 0px;
	margin: 0px;
	height: 358px;
	background-image: url(../img/f1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#promotori {
	width: 100%;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
	height: 105px;
	clear: both;
	margin-top: auto;
	margin-bottom: 0px;
}
#pulsantiera {
	padding:4px;
	margin-left:4px;
	margin-top:9px;
}
#pulsantiera a {
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right:40px;
}
#pulsantiera a:hover {
	text-decoration:underline;
	color:#0FF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right:40px;
}
