html
{
background-color:005500;
}

body
{
margin:0px;
padding: 0px;
text-align:center;

}

#Tutto
{
background-color:#ffffff;


width:800px;

text-align:center;
margin-left: auto;
margin-right: auto; 
}

#Header
{
background-image:url(../Head.jpg);
height:405px;
background-repeat:no-repeat;
}


#Corpo
{
background-image:url(../Corpo.jpg);
height:724px;

background-repeat:no-repeat;
}

.Testo
{
font-family:"Courier New", Courier, monospace;
font-size:24px;
font-weight:bold;
color:#839958;
color:#fff;
background-color:#005500;
}

.Testo a
{
color:#EEEEEE;
text-decoration:none;
}

.Testo a:hover
{
color:#FFCCCC;
}

.vuoto
{
clear:both;
}

