/* *********** libri 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;
  height: 737px;
  min-height: 746px;
  text-align: center;
  background: #000 url(../images/bgbodyl.jpg) top center no-repeat;
  padding-top: 10px;
}
.righelibri {
  position: relative;
  margin: 0 auto;
  width: 700px;
  height: 180px;
  text-align: center;
}
.libro {
  position: relative;
  float: left;
/*  display: inline;  */
  margin: 0 5px;
  width: 130px;
  height: 180px;
}
.libro img {
 height: 150px;
}
div#libri {
  position: relative;
  float: left;
  width: 700px;
/*  height: 700px;
  min-height: 700px;  */
}
div#coldx {
  position: relative;
  float: right;
  width: 250px;
  height: 500px;
  min-height: 480px;
  text-align: left;
  padding-top: 200px;
}
div#coldx img {
  margin-bottom: 20px;
}
div#quarta1 {
  position: absolute;
  top: 130px;
  left: 220px;
  width: 600px;
  height: 550px;
  background: transparent;
  z-index: 10;
}
div#quarta2 {
  position: absolute;
  top: 150px;
  left: 210px;
  width: 600px;
  height: 700px;
  background: transparent;
  z-index: 10;
}




