

.borderstuff {
	border-style: outset;
	margin-left: 6%;
	margin-right: 6%;
	border: 8px solid #000033;
	border-radius: 8px;
	background-image: url("border.jpg");
}




.mainstuff {
	border-style: outset;
	margin: 0.5%;
	border: 8px solid #000033;
	border-radius: 8px;
	background-color: black;
	height: 1300px;
}

.spacediv{
	height: 0.4%;
	
}




body, html {
  height: 100%;
  margin: 0;
}

.bg {
  background-image: url("space-background.png");
  height: 3000px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Science Gothic", sans-serif;
  color: white;
}

.banner {
	width: 100%;
	height: 200px;
	font-size: 100px;
	background-color: blue;
	text-align: center;
	background-image: url("fountin.gif");
	background-repeat: no-repeat;
	background-size: cover;
	color: #362424;
}


.leftlist{
	margin-top: 0.5%;
	border-style: outset;
	border: 8px solid #000080;
	border-radius: 8px;
	background-color: black;
	height: 1077px;
	width: 300px;
	float: left;
	text-align: center;
}

.maintext{
	margin-top: 0.5%;
	border-style: outset;
	border: 8px solid #0000e6;
	border-radius: 8px;
	background-color: black;
	height: 1077px;
	width: 1306px;
	float: right;
	
	
}

.intro{
	height:900px;
	width: 600px;
	float: left;
	font-size: 20px;
	margin-left:9px
	
}

.crap{
	float: right;
	
	
}



