/* CSS Document */

Body {background-color: #404b23}

.title {
	position:absolute;
	left: 0%;
	top: 0%;
	z-index: 2;
}

.plant {
	position:absolute;
	left: 465px;
	top: 90px;

			height: 152px
			width: 315px; 	z-index: 1;
}
.intro {
	position: absolute;
	left: 55px;
	top: 143px; }
	
.navbar {
	position: absolute;
	left: 0%;
	top: 245px; }
	
.copy {
	position: absolute;
	left: 0%;
	top: 700px;
	z-index: 4;
}
	
.candle {
	position: absolute;
	left: 21px;
	top: 317px;
	width: 293px;
	height: 138px;

}

.bear {
	position: absolute;
	left: 28px;
	top: 344px; }

a:hover {background-color: #404b23 }
a:link {color: #ECE9D8 }
a:active {color: #ECE9D8 }
a:visited {color: #ECE9D8 }
a {text-decoration: none}

