html,body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	background: url(images/sfondo.gif) repeat;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
a {
	text-decoration: underline;
	color: #4377A9;
}
a:hover {
	color: #ff0000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body>div#container {
	width: 960px;
	height: 568px;
	position: absolute;
}
#container {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	height: 568px;
	margin-left: -480px;
	margin-top: -284px;
	top: 50%;
	left: 50%;
	position: absolute;
}
div#header {
	margin: 0px;
	width: 960px;
	height: 193px;
	text-align: center;
	background: url(images/header.jpg) top no-repeat;
}
div#menuheader {
	margin: 0px;
	width: 960px;
	height: 33px;
	text-align: right;
	top: 42px;
	right: 20px;
	position: relative;
}
div#content {
	text-align: left;
	width: 960px;
	height: 360px;
	background: url(images/sfcontent.gif) left repeat-y;
}
div#incontent {
	text-align: left;
	width: 960px;
	height: 360px;
	background: url(images/chiocciola.jpg) right bottom no-repeat;
	border: 0px;
}
div#footer {
	text-align: center;
	width: 960px;
	height: 15px;
	background: url(images/footer.gif) left no-repeat
}
.justi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: justify;
	width: 512px;
	margin: 0px auto;
	padding-top: 20px;
	padding-left: 50px;
}

