@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background:url(sfondo.jpg) #888888 repeat-x;
	font-size:11px;
	color:#fff;
	font-family: "Trebuchet MS";
}
img{
	border:0px;
	}
h1{
	font-size:22px;
	font-weight:100;
	margin:0;
	}
a {
	color:#eee;
	text-decoration:none;
	}

a:hover {
	color:#333;
	text-decoration:none;
	}
#container{ margin:0 auto;}
