html, body {
	height: 100%;
	width: 100%;
	background:#ECECEC;
}
/*Footer*/
#footer_div {
	position: relative;
	width: 100%;
	margin: auto;
	background: #0F0F3F;
	text-align: center;
}

/*Turismo*/
#Turismo {
	position: absolute;
	left: 933px;
	width: 100px;
	height: 850px;
	top: 52px;
}
/*Contenuti*/
#header {
	position: relative;
	width: 600px;
	height: 110px;
	margin: 12px auto;
	background-image: url(../images/logo_bg.jpg);
	background-repeat: no-repeat;
}
#main_links {
	position: relative;
	width: 600px;
	height: 220px;
	margin: 12px auto;
	background-image: url(../images/link_bg.jpg);
	background-repeat: no-repeat;
}
#servizidemografici {
	position: relative;
	width: 580px;
	margin: 12px auto;
	background-color: #990;
	padding: 10px;
}
#trasparenza {
	position: relative;
	width: 580px;
	margin: 12px auto;
	background-color: #C60;
	padding: 10px;
}
#news_imp {
	position: relative;
	width: 600px;
	margin: 12px auto;
	background-color: #FF9900;
}
#news {
	position: relative;
	width: 600px;
	height: 300px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
#bando {
	position: relative;
	width: 600px;
	height: 70px;
	margin: 12px auto;
	padding:5px;
	text-align:center;
	background-color: #FFCC00;
}
#Ist_links {
	position: relative;
	width: 600px;
	margin: 12px auto;
	background-image: url(../images/istit_bg.jpg);
	background-repeat: no-repeat;
}
