@charset "utf-8";
/* CSS Document */
body{
	margin:auto 0;
	font-family:Book Antiqua;
	color:#FFF;
	background:#000;
}
#wrapper{
	margin:auto;
	width:100%;

}
#footer{
	background:url(images/bg.png) #FFF repeat-x;
	width:100%;
	height:34px;
	float:left;
	z-index:2;

}
#footer2{
	background:#000;
	width:100%;
	height:85px;
	float:left;
	text-align:center;
	padding-top:50px;
}
#container{
	height:442px;
	width:100%;
	margin:auto;
	float:left;
	background:#FFF;
}
#logo{
	position:relative;
	text-align:center;
	width:410px;
	padding:10px;
	color:#a4a4a4;
	float:left;
	top:80px;
	left:15%;
	
}
#tree{
	width:371px;
	height:461px;
	background:url(images/tree.png) no-repeat center;
	position:relative;
	z-index:1;
	left:15%;
	float:left;
	top:20px;
}

a{
	color:#8dc63f;
	text-decoration:none;
}
a:hover{
	color:#a5ee41;
	text-decoration:underline;
}
