/* *********** photogallery faustaleoni.it vers. php 1.0 **************** */
@import "base.css";
@import "footer.css";
@import "menunav.css";
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none
}
img {
  border: none;
}
div#content {
  position: relative;
  float: left;
  width: 990px;
}
.spazio {
  position: relative;
  float: left;
  width: 990px;
  height: 550px;
}

