body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#fff;
}

/* allineamento/larghezza verticale */
#Centrato {
	width:1000px; /* larghezza leyout */
	margin:0 auto; /* centrale */
}
#CentratoV {
    height: 550px;
    margin-top: -275px;
    position: absolute;
    top: 50%;
    width: 100%;
}

/* LOGO */
#LOGO, #LOGO a, #LOGO h1{
	display:block;
    background: url(../images/LOGO_home.jpg) center top no-repeat;
    width:300px;
    height:305px;
	margin:0 auto;
	padding:0;
}
#LOGO a, #LOGO h1{
    background: none; /* serve ad evitare che i png si sovrappongono eliminando l'effetto trasparenza */
}
#LOGO span{
	display: none;
}
/* LOGO_int */
#LOGO_int, #LOGO_int a, #LOGO_int h1{
	display:block;
    background: url(../images/LOGO_int.jpg) center top no-repeat;
    width:147px;
    height:150px;
	margin:0;
	padding:0;
}
#LOGO_int a, #LOGO_int h1{
    background: none; /* serve ad evitare che i png si sovrappongono eliminando l'effetto trasparenza */
}
#LOGO_int span{
	display: none;
}

/* Intestazione */
#Intestazione {
	width:100%;
	float:left; /* cosi' prende altezza in automatico */
	padding:10px 0;
}

/* spazio contenuti */
#Contenuti {
	padding:10px;
	margin:0;
	text-align:center;
	font-size:18px;
	color:#003366;
}

/* Pdp */
#PDP {
	font-size:12px;
	padding:10px;
}

/* tools */
.spacer {
	width:100%;
	clear:both;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
a:hover {
	color: #FFCC00;
}
