@charset "utf-8";

body{
	background-color: #000000;
	background-image: url(imago/homeFATW.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}

#contenuto {
	height: 500px;
	margin:0;
	margin:auto;
	
}
.homelink {
	height: 200px;
	width: 300px;
	position: relative;
	left: 5em;
	top: 11em;
	
}

.homelink a{
	background-image: url(imago/entra.gif);
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	width: 300px;
	
}

.homelink a:hover{
	background-image: url(imago/entraHover.gif);
	
}

.nascondi {
	display:none;
}

