body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	text-shadow:1px -1px 1px #999;
	clip: rect(auto,auto,auto,auto);
}
#container {
	background-image: url(sfondo.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
}
#bottom {
	background-image: url(bottom.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 800px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

