* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-size: 0.8em;
}
#mp3 {
	position: absolute;
	left: 2px;
	bottom: 2px;
}

#contenitore {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: auto;
	height: 850px;
	width: 600px;
	position: relative;
}

.it{
	background-image: url(img/manifesto.ita.jpg);
}

.en{
	background-image: url(img/manifesto.jpg);
}

#contenitore .entra {
	position: absolute;
	top: 50%;
	right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #333333;
	text-decoration: none;
}


a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

