html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #e75112;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#FFFFFF;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#content {
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 271px;
	padding-left: 1em;
}
div#content p {
		text-align:justify;
		padding:0 1em;
	}
#footer img {
	margin-right: 10px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 271px;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
.scheda {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	clear: both;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	min-height: 150px;
}
.foto {
	float: left;
	width: 150px;
	overflow: hidden;
	margin-right: 15px;
	padding: 10px;
}
.desc{
	padding-top: 20px;

}
select, input, textarea {
	background-color: #FCDED1;
	border: thin solid #CFF3C5;
}
.conc_scheda {
	width: 600px;
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.conc_descr {
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 20px;
}
.conc_titolo {
	font-size: 1.5em;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bolder;
	font-variant: small-caps;
}
.slogan {
	font-size: 2em;
	width: 100%;
}
img {
	border: none;
}
.sx{
	padding-top: 15px;
}
.scheda_testo{
	margin-left: 10px;
	overflow: hidden;
	width: auto;
	text-align: justify;
}
