@import url("reset.css");

body {
	font-family: 'PT Sans', sans-serif;
}

#wrapper {
	position: absolute;
	display: block;
	width: 596px;
	height: 164px;
	top:50%;
	left: 50%;
	margin-left: -298px;
	margin-top: -82px;
}

#site-name {
	display: block;
	width: 596px;
	height: 122px;
	background: url(../immagini/logo.png);
	text-indent: -999em;
}

#site-description {
	display: block;
	color: #006838;
	text-align: right;
	margin-top: -16px;
	text-transform: lowercase;
	margin-right: 2px;
	font-size: 1.25em;
}

#contacts {
	margin-top: 10px;
}

#contacts .group {
	float: left;
	width: 188px;
	text-align: center;
	padding: 2px 4px;
	background: #8dc641;
	margin-right: 3px;
	font-size: 0.8em;
	color: #fff;
	text-transform: lowercase;
	line-height: 16px;
}

#contacts .group:last-child {
	margin-right: 0;
}


#footer {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	font-size: 0.7em;
	color: #333;
	
	padding-top: 20px;
	background: url(../immagini/mosche.png) top center no-repeat;
}