/* -----------------------------------------------------------------------
WeddingCake.it

   * Copyright (c) 2010-Present. fcbk.it
----------------------------------------------------------------------- */
body{
background-image:url('../images/background.gif');
width: 100%;
margin:0;
height: 800px;
}
.tenda {
  width: 100%;
  height: 33px;
  position: relative;
  top: 0px;
  background-image:url('../images/tenda.png');
  z-index:2;
  }
.share {
  position: relative;
  left:70px;
  top: -35px;
  text-align: center;
  z-index:1;
  border:0px solid #000;
  }
  .container {
  border:1px solid #000;
  width: 976px;
  border: 0px solid;
  text-align: center;
  position: relative;
  margin-left:auto; 
  margin-right:auto;
  }
  .blocco1 {
  height: 260px;
  }
  .blocco2 {
  }
  .cake{
  position: relative;
  top:35px;
  left: 20px;
  width: 150px;
  height:200px;
  z-index:4;
  float:left;
  }
  
  .scritta{
  position: relative;
  top:15px;
  left: 45px;
  width: 450px;
  z-index:5;
  float:left;
  }

  .testo{
  position: relative;
  top:0px;
  left: 40px;
  width: 500px;
  height:130px;
  z-index:5;
  }
    .box{
  float:left;
  width: 750px;
  height: 300px;
  position: relative;
  top: -50px;
  left:-10px;
  z-index:2;
  background-image:url('../images/box.png');
  padding:50px 20px 20px 20px;
  }
  .box2{
  position: relative;
  width: 450px;
  height:210px;
  position: relative;
  top: -5px;
  left:490px;
  z-index:1;
  background-image:url('../images/box2.png');
  padding:50px 20px 20px 20px;
  }
  .footer{
  position: relative;
  top:-70px;
  z-index:3;
  clear: both;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  }
  @font-face {
	font-family: 'Lobster';
	src: url('Lobster.otf');
}


h1 { 
font-family: Lobster, sans-serif;
color: #fff;
}
p { 
font-family: Arial, sans-serif;
color: #fff;
text-align: justify;
}
p a, p a:visited { 
color: #fff;
text-decoration:none;
}
p a:hover { 
color: #fff;
text-decoration:underline;
}

