html {
	height: 100%;
	width:100%
}
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	
}
#sotto li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	list-style-image: url(img/li_sotto.gif);
	vertical-align: middle;
}