body {
	font-family: Arial, sans-serif;
  font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-image: url(images/sfondo.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
img {
  border: 0px;
}
a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}
#container {
  width: 431px;
  margin: 100px auto;
  position: relative;
  text-align: center;
}
#logo {
  margin-bottom: 10px;
}
#corpo {
  background-image: url(images/home.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 431px;
	height: 192px;
	text-align: left;
	padding-top: 20px;
}
.titolo_home {
  color: #28166f;
  font-weight: bold;
  font-size: 14px;
  font-family: "arial black", Arial, sans-serif;
}
.descrizione_home {
  color: #aaa;
  font-weight: normal;
  font-size: 11px;
  margin-top: 10px;
}
.finto {
  color: #aaa;
  font-size: 9px;
  text-align: center;
  width: 431px;
}
.finto:hover {
  text-decoration: none;
}
#piede {
  color: #aaa;
  font-size: 9px;
  text-align: center;
  width: 431px;
}
#ok {
  text-align: center;
  color: #008000;
}
#errore {
  text-align: center;
  color: #ff0000;
}
#inf_privacy {
  color: #aaa;
  font-size: 10px;
}
