body, html {
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url(lay_out/background.gif);
  background-repeat:repeat;
  background-position: 0 0;
  background-attachment:fixed;
}


/*  SUDDIVISIONE LAYOUT   */
#header
{
  background-image: url(lay_out/header.jpg);
  width: 900px;
  height: 100px;
  background-color: #FC0;
}

#menuOrizzontale {
  width: 900px;
  height: 30px;
  display: block;
  background-image: url(lay_out/menu.jpg);
  background-repeat: no-repeat;
}

#main {
  width: 900px;
  height: 440px;
  background-color: White;
  background-image: url(lay_out/sfondo_main.jpg);
}


#footer {
  margin:0;
  padding:0;
  width: 900px;
  height: 30px;
  background-color: #FC0;
  background-image: url(lay_out/sfondo_footer.jpg)
}

/* CLASSI */
.txtFooter {
  color: #000;
  font-size: 76%;
  font-style: italic;
  padding-top: 8px;
  padding-right: 10px;
}

.titoloSezioni {
  font-size: 150%;
  font-weight: bold;
  padding-top: 20px;
}

#swf {
  width: 600px;
  float: left;
}

#menuGallery {
  width: 300px;
  float: right;
  text-align: center;
}

#sez_Gallery
{
  position: relative;
  top: 5px;
}

/*
#menuOrizzontale ul {
  position: relative;
  padding-bottom: 0;
  top:5px;
  padding-right: 0;
  margin: 0;
  height: 30px;
}

#menuOrizzontale ul li {
  display: inline;
  height: 30px;
  padding-left: 10px;
}
#menuOrizzontale ul li a{
  text-decoration: none;
}
*/

#menuOrizzontale a{
  position:relative;
  padding-left: 10px;
  top:5px;
  text-decoration: none;
}

#sposa, #guestbook{
  position: relative;
  top: 2px;
}

#objSwf {
  width: 600px;
  height: 440px;
  text-align: center;
  padding-top:20px;
  background-color: White;
  background-image: url(lay_out/sfondo_main.jpg);
  background-position: 0 0;
}

.txtContatti
{
  top:400px;
  color:#f90;
  font-size:76%;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.txtContatti a, a:visited{
  color: #f90;
}



