@charset "UTF-8";
/* CSS Document */

body{
	background-color:#0b0e05;
	background-image:url(../images/sky.png);
	background-position:top center;
	background-repeat:repeat-x;
	margin:0 auto;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#ffffff;
	overflow:hidden;
}
h1{
	color:#c25acc;
	text-transform:capitalize;
}
a, a:link, a:visited{
	text-decoration:none;
	color:#0033FF;/*
	border-top:dotted 1px #0033FF;
	border-bottom:dotted 1px #0033FF; */
}
a:hover, a:active{
	text-decoration:none;
	color:#0066FF;/*
	border-top:dotted 1px #0066FF;
	border-bottom:dotted 1px #0066FF; */
}
a img{border:none;}
.r{float:right;}



#content_faux{
	position:absolute;
	width:100%;
	height:375px;
	margin:250px 0 0 0;
	padding:0 0 0 0;
	z-index:1;
	background-image:url(../images/content_bg.png);
	background-position:top center;
	background-repeat:repeat-x;
}
#content_wrap{
	position:absolute;
	margin:270px 0 0 0;
	padding:0 0 0 0;
	z-index:20;
}
#content{
	position:relative;
	overflow:visible;
	height:205px;
	margin:0 375px 0 285px;
	padding:0 3em 0.3em 3em;
	text-align:justify;
	z-index:20;
}


#midGroundW{
	position:absolute;
	width:100%;
	height:630px;
	margin:0 auto;
	padding:0 0 0 0;
	background-image:url(../images/mid_background.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	z-index:2;
}
#midGroundR{
	float:right;
	width:386px;
	height:630px;
	margin:0 auto;
	padding:0 0 0 0;
	background-image:url(../images/mid_right.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#midGroundL{
	position:absolute;
	width:578px;
	height:630px;
	left:-55px;
	margin:0 0 0 10%;
	padding:0 0 0 0;
	background-image:url(../images/mid_left.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#treeR{
	position:absolute;
	width:100%;
	height:960px;
	margin:0 auto;
	padding:0 0 0 0;
	background-image:url(../images/r_tree.png);
	background-position:top right;
	background-repeat:no-repeat;
	z-index:3;
}
#treeL{
	position:absolute;
	width:490px;
	height:825px;
	margin:0 auto;
	padding:0 0 0 0;
	background-image:url(../images/l_tree.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:4;
}

#forGroundR{
	position:absolute;
	width:230px;
	height:378px;
	right:0px;
	margin:0 auto;
	padding:0 0 0 0;
	background-image:url(../images/fg_01.png);
	background-position:top right;
	background-repeat:no-repeat;
	z-index:10;
}
#forGroundL{
	position:absolute;
	width:210px;
	height:430px;
	margin:0 0 0 3%;
	left:-50px;
	padding:0 0 0 0;
	background-image:url(../images/fg_02.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:10;
}
#forGroundB{
	position:absolute;
	width:425px;
	height:400px;
	margin:0 0 0 7%;
	left:-100px;
	bottom:0px;
	padding:0 0 0 0;
	background-image:url(../images/fg_03.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:10;
}
#dl{
	height:70px;
	width:330px;
/*	background-color:#FFFFFF; */
}
#dl img{
	height:70px;
	width:330px;
}