body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
}

.imagehome {
	background-image: url('img/coffeehome.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.contatti
{
	font-family: Tahoma;
	font-size: small;
	color: #FFF;
	margin: 10px;
	padding: 10px;
	height: 530px;
	width: 340px;
	overflow: visible;
	position: relative;
	top: -580px;
	right: -209px;
	font-weight: normal;
	text-align: justify;
}
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #FFFF00;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

