body{	
	z-index: -5;
	width:99%;
	height:100%;
	margin-bottom:0px;
	background-image:url(images/moon_art_bg.jpg);
	background-repeat: repeat-x repeat-y;
	
	top: 0px;
	left:0px;
}

#header{
	width:1000px;
	height:120px;
	background-color:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}

#menu{
	width:830px;
	height:35px;
	background-color:none;
	background-image:url(images/top.jpg);
	margin-left:auto;
	margin-right:auto;
}

#content-wrapper{
	width:830px;
	height:auto;
	background-color:none;
	background-image:url(images/doublewall.png);
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:0px;
	
}

#content{
	width:830px;
	height:auto;
	background-color:none;
	color:whitesmoke;
	margin:0px;
	margin-left:15px;
	z-index:1;
	
}




#footer{
	width:830px;
	height:50px;
	background-color:none;
	background-image:url(images/doublewall.png);
	margin-left:auto;
	margin-right:auto;
	position:relative;
	bottom:0px;
	margin-bottom:0px;
}


#castle{
	z-index: -4;
	width:500px;
	background-color:none;
	height:450px;
	background-image:url(images/castle.png);
	position: fixed;
	bottom:0px;
	left:-100px;
	
	
	
}

#bats{
	z-index: -3;
	width:300px;
	background-color:none;
	height:344px;
	background-image:url(images/bats.png);
	position:fixed;

	
	
	
}

#branch{
	z-index: -4;
	width:353px;
	background-color:none;
	height:416px;
	background-image:url(images/branch.png);
	position:fixed;
	top:0px;
	right:0px;
	
	
	
}

#moon{
	z-index: -4;
	width:200px;
	height:200px;
	background-image:url(images/moon.png);
	background-color:none;
	position:fixed;
	top: 0px;
	left:0px;
	margin-left:10px;
	margin-top:10px;
}


