@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFFFF;
}
/* DIV HOME PAGE */
.bg_main {
	z-index: 0;
	background-image: url(../images/sfondo_index.jpg);
}
#wrapper {
	padding: 0px;
	margin: 0 auto;
	height: 600px;
	width: 960px;
	text-align: center;
	position: relative;
}
/* DIV vecchie pagine largo 800 px */
#wrapper800 {
	width: 800px;
	margin: 0 auto;
	position:relative;
}
#footer {
	width: 800px;
	height: 20px;
	background-color: #0099CC;
	color: #FFF;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
}
#menu {
	height: 139px;
	width: 756px;
	position: absolute;
	bottom: 120px;
	left: 50%;
	top: 50%;
	margin-left: -378px;
}
.logo_index {
	height: 100px;
	width: 350px;
	margin: 0 auto;
	padding-top: 45px;
}

