html, body { height: 100%; }
body {
	background-repeat: repeat-x;
	background-image: url(images/bg-repeat.jpg);
	line-height: 20px;
	font-size: 16px;
	text-shadow: 0px 2px 3px black;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #f9fafa;
	background-color: black;

}
a {
	color: white;
}
#bgimg {
	top: 0px;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	min-height: 100%;
	width: 100%;
	z-index: 5;
}
#pagetable {
	background-image: url(images/bg-moon.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	position: relative;
	height: 100%;
	z-index: 10;
	width: 100%;
	min-height: 100%;
}
#page {
	padding-left: 0px;
	padding-bottom: 100px;
	padding-right: 0px;
	padding-top: 0px;
	top: 0px;
	text-align: left;
	position: relative;
	width: 880px;
	background-color: transparent;
	height: 100%;
	min-height: 752px;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	
}
 #header {
 	display: block;
 	width: 880px;
 	height: 165px;
	text-align: left;
}
 #launch {
	left: 200px;
	z-index: 20;
	top: 190px;
	height: 206px;
	width: 206px;
	position: relative;
}
 #content {
	z-index: 10;
	padding-right: 90px;
	padding-left: 70px;
	text-align: left;
}
 #footer {
	padding-left: 10px;
	line-height: 16px;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	width: 880px;
	height: 300px;
	background-color: transparent;
	text-align: center;
}
 #lister {
	margin-left: 110px;
	list-style-position: outside;
}
 .burst1 {
	padding: 5px;
	margin-left: 5px;
	background-color: #1d262a;
	background-position: left top;
	background-repeat: no-repeat;
}
 .scribble {
	background-image: url(images/scribble.jpg);
	background-repeat: no-repeat;
}
 #aftermoon {
	z-index: 10;
}
 
