body {
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	background-image: url(images_s/bg_barre.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 500px;
}
.header {
	height: 207px;
	width: 100%;
	text-align: center;
	background-image: url(images_s/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #373737;
}
.menu {
	text-align: center;
	height: 32px;
	width: 100%;
	background-image: url(images_s/bg_menu.png);
	background-repeat: repeat-x;
	background-position: top;
}
.menu p  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
.menu .voci {
	width: 1000px;
	margin: 0 auto;
}
.menu #chi_siamo  {
	height: 32px;
	width: 200px;
	float: left;
	margin: 0 auto;
}

.menu #dove_siamo  {
	height: 32px;
	width: 200px;
	float: left;
	margin: 0 auto;
}
.menu #condizioni_noleggio  {
	height: 32px;
	width: 200px;
	float: left;
	margin: 0 auto;
}
.menu #condizioni_vendita {
	height: 32px;
	width: 200px;
	float: left;
	margin: 0 auto;
}

.menu #contatti  {
	height: 32px;
	width: 200px;
	float: left;
	margin: 0 auto;
}
.content {
	width: 989px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: center;
	background-image: url(images_s/bg_content.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	background-color: #FFF;
}
.footer {
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	position: fixed;
	top: 100%;
	margin-top: -13px;
	background-color: #FFF;
}
.menu .voci p a  {
	color: #000;
}

