@charset "utf-8";
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	text-decoration: underline;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
body {
	background-image: url(../sfondi/sf_base.JPG);
	color: #FFF;
	
}
p {
	margin: 0px;
	padding: 0px;
}
#contenitore-generale {
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#testa {
	height: 142px;
	width: 100%;
}
#contenitore-menu {
	height: 27px;
	width: 100%;
}
#corpo {
	height: 574px;
	width: 100%;
}
#corpo-schede {
	height: 574px;
	width: 100%;
	background-image: url(../sfondi/sf_schede.jpg);
}

#piede {
	height: 20px;
	width: 100%;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}

