html, body {
	margin:0px;
	padding:0px;
	background-color:black;
}
#centrato {
	background-color:#333;
	height:auto;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position:relative;
	background-color:#222222;
	height:150px;
	width:100%;
}
#primaColonna {
	float:left;
	width:250px;
}
#menuVerticale ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menuVerticale ul a:link, ul a:visited{
	display:block;
	padding:10px;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
}
#menuVerticale ul a:hover {
	background-color:grey;
}
#menuOr {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	background-color:#666;
}
#menuOr ul {
	margin:0px;
	padding:0px;
	overflow:hidden;
	list-style-type:none;
}
#menuOr ul a:link , ul a:visited{
	display:block;
	padding:10px;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
}
#menuOr ul a:hover {
	background-color:grey;
}
#menuOr ul li{
	float:left;
	width:120px;
}
#secondaColonna {
	background-color:#444444;
	height:auto;
	margin-left:250px;
}
#secondaColonna  h1{
	margin:0;
}
#footer {
	background-color:#555555;
	clear:left;
	height:50px;
	width:100%;
}
