<!--
/* caretteristiche pagina */
*, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	text-align: left;
	background: #cccccc;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
a {
	text-decoration:none;
	font-weight: bold;
}
a:link,a:visited {
	color: #D9613C;
}
a:hover {
	color: #923903;
}
#contenitore {
	width: 998px;
	height: 540px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -270px 0 0 -499px;
	/* background: url(/layout/associazionediabetici.jpg) 0 0 no-repeat; */
	border: 1px solid #ffffff;
}

#corpo-dx {
	width: 412px;
	height: 540px;
	background: #808183;
	position: absolute;
	top: 0;
	left: 0;
}

#corpo-dx-contenuti {
	position: absolute;
	top: 32px;
	left: 0;
	background: #ffffff url(/layout/logo_emmegi_ferrario.jpg) 27px 32px no-repeat;
	width: 412px;
	height: 468px;
	border-top: 4px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
}

#corpo-dx-contenuti p {
	position: absolute;
	top: 200px;
	left: 32px;
	color: #333333;
	font-size: 12px;
	line-height: 13px;
	
}

#corpo-sx {
	width: 586px;
	height: 540px;
	background: #6D6E71;
	position: absolute;
	top: 0;
	left: 412px;
}

#corpo-sx p {
	font-size: 14px;
	text-align: right;
	padding: 7px 20px 0 0;
}

#corpo-sx-immagine {
	position: absolute;
	top: 32px;
	left: 0;
	background: url(/layout/sfondo_tessuto.jpg) no-repeat;
	height: 395px;
	width: 586px;
	border-top: 4px solid #CCCCCC;
}
#corpo-sx-loghi {
	position: absolute;
	top: 430px;
	left: 0;
	background: #ffffff;
	height: 74px;
	width: 586px;
	border-bottom: 4px solid #CCCCCC;
}
#corpo-sx-loghi ul {
	margin: 10px 0 0 45px;
}

#corpo-sx-loghi ul li {
	display: inline;
	margin: 0 0 0 15px;
}
#corpo-sx-footer {
	position: absolute;
	top: 517px;
	left: 45px;
	font-size: 9px;
	color: #FFFFFF;
}
-->