/* CSS Document */

body {
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-x;
}
.titolo {
	font-family: lobster-two;
	font-size: 31px;
	color: #E77138;
	text-align: center;
	font-style: normal;
	text-shadow: 1px 1px 2px #3A3A3A;
	font-weight: 400;
}

a:link {
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:visited {
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container  {
	top: 0px;
	position: absolute;
	width: 100%;
	left: auto;
	right: auto;
}
#collage {
	width: 100%;
}
ul {
	text-decoration: none;
	list-style-type: none;
	display: block;
	float: left;
}
li {
	display: inline;
}
