@charset "utf-8";
body {
	background-color:#000;
	margin:0;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.tpage {
	background-image:url(images/Sfondo-pelle.jpg);
	background-repeat:repeat-x;
}

.menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#FFF;
	float:right;
	margin-left:20px;
}

.menu a {
	text-decoration:none;
	color:#FFF;
	}
	
.menulink:hover{
	background-color:#33312e;
}


.menumain{
	margin-top:52px;
}




