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


body {
	background-attachment: fixed;
	background-color: #000000;
	text-align:center;
}

.treediv, .bckgrddiv, .titlediv, .countdiv {
	position:absolute;
}

.treediv, .bckgrddiv {
	top: 0px;
	bottom:0px;
	right:0px;
}

.treediv {
	z-index: 3;
	left:20%;
}

.countdiv {
	z-index:100;
	right:4px;
	top:4px;
}

.bckgrddiv {
	z-index: 0;
	left: 0px;
	border: 0px none;
}
#qdiv {
	position: relative;
	width: 400px;
	margin: 0 auto;
	top:150px;
	z-index: 1;
}
.titlediv {
	bottom:50px;
	right: 25%;
	z-index: 10;
	font: 36px Zapfino, Papyrus, fantasy;
	color: #CCFF99;
}