body {
	background-image: url('../Immagini/home-background.jpg');
	background-repeat: no-repeat;

	}
	
.menu-block {
	position: relative;
	min-height: 1px;
	width: 400px;
	padding-top: 120px;
	padding-left: 100px;
	font-size: 1.4em;
	color: #333333;
	line-height: 1.4em;
	font-family: 'Alegreya SC';
}

.menu-block a {
	text-decoration: none;
	color: inherit;
	}
.menu-block a:hover {
	color: #b44646;
	}

.sottomenu {
    font-family: 'Alegreya Sans';
    font-size: 0.7em;
    }