@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #333;
	background-image: url(../images/bgIndex.gif);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#container #mainContent .foto {
	background-image: url(../images/immagini/bgfoto.gif);
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 80px;
	background-repeat: no-repeat;
}
#container {
	width: 100%;
	text-align: left;
	height: 100%;
	margin: auto;
	padding-top: 180px;
}
#mainContent {
	padding-top: 0;
	padding-bottom: 0;
	width: 267px;
	margin: auto;
	height: auto;
}
#container #mainContent h1 img {
	margin-right: auto;
	margin-left: auto;
	width: 267px;
	height: 253px;
	margin-top: auto;
	margin-bottom: auto;
}

