body {
	background-color:#4d4d4d;
}

#contenitore {
	width:550px;
	margin:0 auto;
	margin-top:80px;
}

#contenitore p {
	font-family:arial, sans-serif;
	font-size:11px;
	text-align:center;
	margin-top:100px;
}

#contenitore p a {
	text-decoration:none;
	color:#ffffff;
}

#contenitore p a:hover {
	text-decoration:none;
	color:#808080;
}


