* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	color: #333333;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

/* @group Classi testo */

.bold {
	font-weight: bold;
	font-size: 1.2em;
}

.blind {
	display: none;
}



/* @end */

#alto {
	width: 462px;
	height: 78px;
	background: url(images/intro/alto.png) no-repeat;
}

#centro {
	width: 462px;
	height: 370px;
	background: url(images/intro/centro.png) no-repeat;
}

#wrapper {
	width: 462px;
	margin: auto;
	border-left: 1px solid #821936;
	border-right: 1px solid #821936;
	border-bottom: 1px solid #821936;
}

#pulsanti {
	width: 462px;
	height: 34px;
}

#pulsanti ul {
	list-style-type: none;
}

#pulsanti ul li {
	display: inline-block;
	width: 231px;
	height: 38px;
	text-indent: -9999px;
	float: left;
}

#pulsanti ul li a {
	display: block;
	width: 231px;
	height: 38px;
}

#italiano {
	background: url(images/intro/pulsanti.png) no-repeat 0 0;
}

#italiano:hover {
	background: url(images/intro/pulsanti_over.png) no-repeat 0 0;
}

#inglese {
	background: url(images/intro/pulsanti.png) no-repeat -231px 0;
}

#inglese:hover {
	background: url(images/intro/pulsanti_over.png) no-repeat -231px 0;
}

#indirizzo {
	width: 100%;
	height: 116px;
	background: url(images/intro/bg.png) no-repeat;
	text-align: center;
}

#indirizzo p {
	padding-top: 26px;
	font-size: 0.8em;
	width: 100%;
	margin-bottom: 8px;
}

ul#servizi {
	list-style-type: none;
	margin: auto;
	width: 46%;
	height: 20px;
}

ul#servizi li {
	list-style-type: none;
	display: inline-block;
	float: left;
	width: 22px;
	height: 22px;
}

#credits {
	width: 462px;
	margin: auto;
	text-align: right;
}