* {
	margin:0px;
}
body {
	background-color:#e7db82;
	font-family: 'Redressed', cursive;
	background-image:url(immagini/sfondo.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
}
header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

#pagina{
	width:960px;
	margin:0 auto;
}
header {
  width:960px;
  height:85px;
  background-color:#FFF;
}
header img {
	float:left;
}
header h3 {
	font-size:60px;
	float:right;
	color:#e7db82;
	margin-right:5px;
}
#menu {
	width:960px;
	background-color:#000;
	font-size:22px;
	position:absolute;
	color:#b03615;
	height:40px;
	float:left;
	clear:both;
}
#menu li {
	list-style:none;
	float:left;
	margin-left:5px;
}
#menu li a {
	color:#e7db82;
	text-decoration:none;
	letter-spacing:.2px;
}
#menu li a:hover {
	color:#FFF;
}

article {
	background-color:#FFF;
	font-size:24px;
	line-height:24px;
	width:960px;
	float:left;
	clear:both;
	margin-top:200px;
	}
.testo {
	padding:10px;
}
	
footer {
	width:960px;
		float:left;
	clear:both;
		background-color:#FFF;
		position:fixed;

}
footer img {
	float:left;
}
footer h3 {
	font-size:30px;
	float:left;
	color:#292820;
	margin-right:5px;
}

