#effect1
{
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  background-image: url('images/bg2.png');
  height: 1028px;
}

#effect2
{
  display: block;
  background-image: url("images/plant.png");
  background-repeat: no-repeat;
  width: 217px;
  height: 412px;
  position: absolute;
  top: 720px;
  left: 20%;
  
}

#bEffect1
{
  position: absolute;
  top: 1028px;
  left: 0px;
  display: block;
  width: 100%;
  height: 52px;
  margin: 0px;
  background-image: url('images/moulding.png');
  background-repeat: repeat-x;
  background-color: #222222;
  z-index: -150;
}

#main
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}