body {
	background-image:url(img/bg-body.jpg);
	background-repeat:repeat-x;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	color: #FFFFFF;
}
h1 {
	color: #EBBD83;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #FFE7B9;
	font-size: 1.2em;
}
p {
	color: #FFFFFF;
	font-size: 1em;
}
a {
	color: #DDB077;
}
a:hover {
	color: #9C520B;
}
.piccolo {
	font-size: 0.8em;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
#backhome {
	position: absolute;
	left: auto;
	top: 5px;
	right: 9px;
	bottom: auto;
	width: auto;
}

