body {
      	margin:0;
	padding:0;
	background: #b7d276 url('../images/background.gif') repeat-x 0 0;
}

.hide{display:none;}

#wrapper-main { 
	margin: 0 auto 0 auto;
	position:relative;
	width:900px;
	height:600px;
	border: 0px solid red;
	background: transparent url('../images/tree.gif') no-repeat top right;
}

#wrapper-sub {
	margin: 0 auto 0 auto;
	position:relative;
	width:900px;
	height:600px;
	border: 0px solid red;
	background: transparent url('../images/smaller-tree.gif') no-repeat top right;
}

#footer {
	width: 350px;
	height: 15px;
	position: absolute;
	bottom: 10px;
	right: 0px;
	color: #ffffff;
        font-family: Palatino, Book Antiqua, serif;
	font-size: 13px;
	text-align: right;
}

#title1{
	width:332px;
	height:77px;
	border:0px solid red;
	position:absolute;
	left: 100px;
	top: 150px;
	background: transparent url('../images/title1.gif') no-repeat 0 0;
	}

#title2{
	width:319px;
	height:53px;
	border:0px solid red;
	position:absolute;
	left: 175px;
	top: 250px;
	background: transparent url('../images/title2.gif') no-repeat 0 0;
	}

#flower1{
	width:175px;
	height:249px;
	border:0px solid red;
	position:absolute;
	left: 0px;
	bottom:8px;
	background: transparent url('../images/flower1.png') no-repeat 0 0;
	}

#flower2{
	width:80px;
	height:118px;
	border:0px solid red;
	position:absolute;
	left: 135px;
	bottom:8px;
	background: transparent url('../images/flower2.png') no-repeat 0 0;
	}

#flower3{
	width:150px;
	height:232px;
	border:0px solid red;
	position:absolute;
	left: 200px;
	bottom:8px;
	background: transparent url('../images/flower3.png') no-repeat 0 0;
	}

#flower4{
        width:90px;
        height:122px;
        border:0px solid red;
        position:absolute;
        left: 330px;
        bottom:8px;
        background: transparent url('../images/flower4.png') no-repeat 0 0;
        }

#flower5{
        width:135px;
        height:198px;
        border:0px solid red;
        position:absolute;
        left: 400px;
        bottom:8px;
        background: transparent url('../images/flower5.png') no-repeat 0 0;
        }

.scroll h1 {
	font-weight: normal;
	letter-spacing: 2px;
	padding: 0px;
	margin: 0px;
}
.scroll h4 {
	font-weight: normal;
	letter-spacing: 2px;
	padding: 0px;
	margin: 0px;
}

.scroll a {
	color: #7a9654;
	text-decoration: none;
}
.scroll a:hover {
	color: #7a9654;
	text-decoration: underline;
}

/* Scroll Code  */
div.scrollholder
{
    position: absolute;
    width: 600px; height: 270px;
    left: 50px;
    top: 60px;
    overflow: auto;
    z-index: 1;
    background-color: #ffffff;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
    font-family: Palatino, Book Antiqua, serif;
    color: #808285;
    font-size: 14px;
    line-height: 25px;
}

div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #f3f3f3;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #b7d276;
} 
