body
{
	background-image: url(../img/bg.jpg);
	color: yellow;
	font: 80% Georgia, sans-serif;
}

h1
{
	margin: 0;
}

h2
{
	text-align: center;
}

a
{
	text-decoration: none;
}

a:link
{
        color: yellow;
}

a:visited
{
        color: yellow;
}

a:active
{
        color: white;
}

a:hover
{
        color: white;
}


div#struttura
{
	background-color: gray;
	width: 90%;
	height: auto;
}

div#head
{
	background-color: black;
	text-align: right;
	border-bottom: 1px solid;
}

div#title
{
	text-align: center;
}

div#body
{
	background-color: gray;
}

div#menu
{
	background-color: #666666;
	text-align: center;
	border-bottom: 1px solid yellow;
}

div#menu li {
	display: inline;
}

div#menu a {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

div#menu a:hover {
	background-color: #cccccc;
	color: black;
}

div#content {
	top: 10%;
	background-color: gray;
	padding-left:1%;
}

div#content h3 {
	font-weight: bold;
	padding-left: 1%;
	color: black;
}

div#content p.testo
{
	text-indent: 2%;
}

div#tail
{
	background-color: black;
	border-top: 1px solid yellow;
}

.foot
{
	text-align: right;
}

