html, body 
{
   	background: #FFFFFF;
   	background-image: url(back.png);
   	background-repeat: repeat-x;
   	margin: 0px;
   	padding: 0px;
   	height: 100%;
   	text-align: center;
}
   
body
{
   	font-size: 12px;
   	font-family: Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
   	text-align: center; /* centra il contenuto per IE 5.x*/
}

h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}

a {
	color: #5e7c8d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	background: #FFFFFF;
}

a:visited {

}
