* {
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

body {
	background: url(img/bg.jpg);
	align: center;
	padding: 15px;
}

#immagine {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
}

/*	INIZIO DESIGN */

#content {
	padding: 5px;
	border: 2px solid #c1a6b8;
	background: White;
}

#main {
	text-align: justify;
	padding: 35px 65px 35px 65px;
}

#header {
	height: 70px;
	margin: 0;
	padding: 0;
	background: url(img/chichibio.gif) right top repeat-y;
	text-align: right;
}

#menu {
	color: #c1a6b8;
	text-align: right;
	padding-bottom: 10px;
	font-size: 0.7em;
	font-weight: normal;
}

#menu a, #menu a:visited {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #c1a6b8;
	text-decoration: none;
	padding-bottom: 2px;
}

#menu a:hover, #menu a:active, .here {
	font-weight: normal;
	color: #c1a6b8;
	text-decoration: none;
	border-bottom: 1px dotted #c1a6b8;
}

h2.decamerone {
	padding: 0;
	height: 55px;
	margin-bottom: 1em;
	border-bottom: 2px solid #c1a6b8;
	background: url(img/h2-Decamerone.jpg) right center no-repeat;
}

h2 span {
	display: none;
}

#footer {
	color: #c1a6b8;
	font-size: 0.9em;
	text-align: right;
	font-style: italic;
}

/* FINE DESIGN*/