body {
	font-family: 'Roboto Condensed', sans-serif;
  background: url("img/bg.jpg") no-repeat center center #d5d5d5;
  font-weight: 300;
  font-size: 14px;
  color: #181816;
  width: 100%;
  height: 100%;
  margin: 0;
  text-shadow: 1px 1px 0 #ffffff;

}
html {
	width: 100%;
	height: 100%;
}
a {
	color: #4d4630;
	text-decoration: none;
}
a:hover {
	color: #7c7769;	
}
#contenitore {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -300px;
	width: 600px;
	height: 220px;
	text-align: center;
}	
h1 {
  background: url("img/mib.png") no-repeat center bottom transparent;
  text-indent: -9999px;
	font-size: 85px; 
  color: #F1F1F1;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}
h2 {
  background: url("img/hr.png") no-repeat center center transparent;
  color: #616161;
  font-size: 19px;
  font-weight: 300;
  margin: 10px 0 15px;
}
#shadow {
  background: url("img/shadow.png") no-repeat center bottom transparent;
  height: 50px;
}
p {
	margin: 0;
}
#footer {
	overflow: hidden;
	padding: 0;
	width: 470px;
	margin: 280px auto 0;
}
#footer li {
	list-style:none;
	list-style-image:none;
	display: block;
	float: left;
	margin: 0 20px;
}