body {
  background-image: url("jellow.jpg");
  background-position: center;
}
#home {
	position: center;
	width: 800px;
	height: 130px;
	background-color:#FFFFFF;
}
#menu {
	position: center;
	width: 800px;
	height: 150px;
	background-color:#FFFFFF;
}
#galleria {
	position: center;
	width: 800px;
	height: 750px;
	background-color:#FFFFFF;
}
#colonna {
	width: 800px;
	height: 750px;
	text-align: left;
	background-color:#FFFFFF;
}
#colonnasotto {
    position: top;
	width: 800px;
	height: 20px;
	text-align:center;
	background-image:url("sfondo/sotto.jpg");
	background-repeat:no-repeat;
}
#colonnashop {
	width: 800px;
	height: 700px;
	text-align: left;
	background-image: url("sfondo/shop.jpg")
}
#colonnaregole {
	width: 700px;
	height: 400px;
	text-align: left;
	background-image: url("sfondo/law.jpg")
}
#colonnamc {
	width: 250px;
	height: 500px;
}
.testo {
  padding-left: 20px;
  font: 11px courier ;
  font-color: #000000;
  text-decoration: none;
  }
.testo a:hover {
  padding-left: 20px;
  font: 11px courier ;
  font-color: #000000;
  text-decoration: none;
  }
.testo a {
  padding-left: 20px;
  font: 11px courier ;
  font-color: #000000;
  text-decoration:underline;
  }
.titolo {
  padding-left: 20px;
  font: 30px courier ;
  font-color: #000000;
  background-color:#FFFF00;
  }

