

.borderstuff {
	border-style: outset;
	margin-left: 6%;
	margin-right: 6%;
	border: 8px solid black;
	border-radius: 8px;
	background-image: url("border.jpg");
}




.mainstuff {
	border-style: outset;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	border: 8px solid black;
	border-radius: 8px;
	background-color: black;
}

.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("yamato.gif");
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
}


.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;
}









