@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-image: url(images_s/background.png);
	height: 100%;
}
.header {
	float: none;
	height: 84px;
	width: 800px;
	margin-left: -400px;
	position: relative;
	left: 50%;
}
.titolo {
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	color: #000;
	margin: 0px;
	font-size: 20px;
	text-align: right;
}

.menu {
	width: 800px;
	margin-left: -400px;
	position: relative;
	left: 50%;
	height: 32px;
}
.container {
	width: 800px;
	margin-left: -400px;
	position: relative;
	left: 50%;
	background-image: url(images_s/content_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}

.bordi {
	width: 800px;
	background-image: url(images_s/content_bordi.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.contenuto {
	width: 792px;
	margin-left: 3px;
	position: relative;
}
.footer {
	height: 17px;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background-image: url(images_s/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
}
td img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.testo {
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	margin: 0px;
}
.sottolineato {
	text-decoration: underline;
}
.footer a {
	color: #000;
}
