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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#centrato_home {
	width: 943px;
	margin: auto;
	height: 650px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#corpo_home {
	width: 943px;
	float: left;
	height:100%;
	
}
#menu_home {
	margin-top: 300px;
	text-align: center;
}
#centrato{
	width: 943px;
	margin: auto;
	height: 650px;
	background-image: url(images/bgazienda.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#corpo_azienda{
	width: 943px;
	float: left;
	height:100%;
	
}
a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}
a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}
#flahome {
	padding-top: 5px;
	height: 271px;
}

