body {
 background-attachment:fixed;
 background-color:#000000;
 background-image:url("gatto.jpg");
 background-position:center bottom;
 background-repeat:no-repeat;
	background-size:contain;
 color:#AFAFAF;
 font-family:Arial, Helvetica, sans-serif;
}
img {
 border-width:0px;
}
a, a:active, a:hover, a:visited {
 color:#FFFFFF;
}
.testo_normale {
	font-size:120%;
	text-shadow: #000000 3px 3px 3px;
}
.testo_piccolo {
	margin-top:4em;
	text-shadow: #000000 3px 3px 3px;
}