body {
	background-attachment: scroll;
	background-image : URL('../immagini/background.jpg');
	background-repeat : no-repeat;
	background-position : 0px 3px;
	margin :0px 0px 0px 0px;
	color : black;
}

.homeBody {
	margin :0px 0px 0px 0px;
	background-color : black;
	background-image : URL('../immagini/logo_pallini.gif');
	background-repeat: no-repeat;
	background-position : 50% 50%;
	color : white;
}

.titolo {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1.5;
	color: #E95D0F;
	line-height: 35px;
}

.sottotitolo {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0;
	color: #E95D0F;
	line-height: 20px;
}

.corpo {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

.contatti {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	letter-spacing: -1;
	line-height: 16px;
}

.email {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	letter-spacing: -1;
	line-height: 16px;
}

.arancione {
	color: #E95D0F
}

.img_left {
  float:left;
  background: url(../immagini/shadow.gif) no-repeat bottom left;
  margin-right: 20px;
  margin-top: 5px;
  }

.img_left img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #E95D0F;
  margin: -6px -6px 6px 6px;
  }

.img_right {
  float: right;
  background: url(../immagini/shadow.gif) no-repeat bottom left;
  margin-right: 20px;
  margin-top: 5px;
  }

.img_right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #E95D0F;
  margin: -6px -6px 6px 6px;
  }

a {
  text-decoration: none;
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0;
  color: #000000;
  line-height: 20px;
}
  
a:hover {
  text-decoration: underline;
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0;
  color: #E95D0F;
  line-height: 20px;
}

