* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: url('../images/background/body.gif') repeat-x top #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
#main {
	position: relative;
	width: 990px;
	margin: 0px auto 0px auto;
	
}
#head {
	position: relative;
	height: 63px;
	background: url('../images/background/head.gif') no-repeat left top;
}
.firma {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #FFD58F;
	font-size: 11px;
}
.firma a {
	color: #FFD58F;
	text-decoration: none;
}
.firma a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	height: 523px;
	background: url('../images/background/contenuto.jpg') no-repeat left top;
}
#contenuto {
	position: absolute;
	left: 561px;
	top: 128px;
	width: 380px;
}
ul {
	margin-left: 20px;
	list-style-image: url('../images/background/li.gif');
	margin-bottom: 20px;
}
ul li {
	margin-bottom: 4px;
	color: #E5D0A4;
}
#footer {
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
	color: #C17F38;
}
#footer a {
	color: #F99F3E;
}
#footer a:hover {
	text-decoration: none;
}