
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #000000;
	overflow: hidden;
}
div, table {
	font-family: arial;
	font-size: 90%;
	color: #FFFFFF;
}
div #map div {
	color: #000000;
	font-size: 100%;
}
table table {
	font-family: arial;
	font-size: 100%;
	height: 100%;
	color: #FFFFFF;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 281px;
	height: 100%;
	background-image: URL('images/sfondino.png');
	background-position: right;
	background-repeat: repeat-y;
}
.spalla {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 280px;
	height: 406px;
	background-image: URL('images/spalla.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
.main {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.main_reparti {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: auto;
	font-size:105%;
}

.menu {
	font-family: Georgia, Times New Roman;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}

.menu_down {
	font-family: Georgia, Times New Roman;
	border-top: 1px solid #999999;
	margin-bottom: 10px;
}

.menu ul,.menu_down ul {
	margin: 0px;
	margin-left: -38px;
	* margin-left: 0px;
}
.menu ul li, .menu_down li {
	display: inline;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	font-size: 130%;
}
.powered {
	display: inline;
	float: right;
	margin: 0px;
	margin-top: -15px;	
}
.menu a, .menu_down a {
	text-decoration: none;
	color: #999999;
}
.cont {
	margin-left: 400px;
	margin-top: 28px;
	margin-bottom: 0px;
	width: 500px;
}
.titolo {
	font-family: Georgia, Times New Roman;
	font-size: 130%;
}


img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #999999;
} 

