


body {



    margin: 0;



    min-height: 100%;



    background: url('../images/bg.jpg') no-repeat;



    background-attachment: fixed;



    background-size: cover;



    -webkit-background-size: cover; 



    position: relative;



	font-family:Arial, Helvetica, sans-serif;



}


.clear{ clear:both;}

.wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 1020px;
    z-index: 99;
}


.leafs, .fruits {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.leaf-right {
  background: rgba(0, 0, 0, 0) url("../images/leaf-right.png") no-repeat scroll 0 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 311px;
}

.leaf-left {
  background: rgba(0, 0, 0, 0) url("../images/leaf-left.png") no-repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 399px;
}

.leaf-bottom {
  background: rgba(0, 0, 0, 0) url("../images/leaf-bottom.png") no-repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 1500px;
  width: 293px;
}

.leaf-right1 {
  background: rgba(0, 0, 0, 0) url("../images/leaf-right1.png") no-repeat scroll 0 0;
  height: 284px;
  left: 50%;
  margin-left: 305px;
  position: absolute;
  top: 1070px;
  width: 367px;
  z-index: 1;
}

.leaf-right2 {
  background: rgba(0, 0, 0, 0) url("../images/leaf-right2.png") no-repeat scroll 0 0;
  height: 478px;
  left: 50%;
  margin-left: 450px;
  position: absolute;
  top: 1400px;
  width: 184px;
}

.leaf-right3 {
  background: rgba(0, 0, 0, 0) url("../images/leaf-right3.png") no-repeat scroll 0 0;
  height: 75px;
  left: 50%;
  margin-left: 525px;
  position: absolute;
  top: 1700px;
  width: 40px;
}

.leaf-left1 {
  background: rgba(0, 0, 0, 0) url("../images/leaf-left1.png") no-repeat scroll 0 0;
  height: 70px;
  left: 50%;
  margin-left: -425px;
  position: absolute;
  top: 1050px;
  width: 84px;
}

.leaf-left2 {
  background: rgba(0, 0, 0, 0) url("../images/leaf-left2.png") no-repeat scroll 0 0;
  height: 88px;
  left: 50%;
  margin-left: -525px;
  position: absolute;
  top: 1050px;
  width: 112px;
}

.leaf-left3 {
  background: rgba(0, 0, 0, 0) url("../images/leaf-left3.png") no-repeat scroll 0 0;
  height: 23px;
  left: 50%;
  margin-left: -525px;
  position: absolute;
  top: 1014px;
  width: 43px;
}

.tree {
  background: rgba(0, 0, 0, 0) url("../images/tree.png") repeat scroll 0 0 / 100% 100%;
  height: 478px;
  left: 50%;
  margin-left: -575px;
  position: absolute;
  top: 650px;
  width: 448px;
  z-index: 1;
}
























