#header {
	text-align: center;
  font-family: 'courier';
color: white;
 }
 a:link {
  color: purple;
}
a:visited {
  color: red;
}

a:hover {
  color: #ff5757;
}

#header {
  width: 1050px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: fixed
  z-index:1;
}

#navbar {
	border: 2px solid white;
  background-color: black;
  width: 1050px;
  height: 40px;
  margin-top: -80px;
  margin-left: 231px;
  position: absolute;
  justify-content: space-evenly;
  text-align: center;
  font-family: 'courier';
color: #2b0a1c;
z-index:1;
}
#navbar a {

  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 15px;
}

body {
  background-image: url('stars5.gif');
  background-attachment: fixed;
  background-position: center;
  background-color: #000000;
}

body > nav {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 28px;
}
#navbar ul {
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
}
body > nav ul li {
  display: inline;
  padding-right: 8px;
  text-align: center;
  justify-content: space-evenly;
  font-family: 'courier';
  font-weight: bold;
  font-size: 15px;
  color: #332a23;
}
 body {bar
  text-align: center;
  font-family: 'courier';
}

#mainbox {
	border: 2px solid white;
     background: rgba(0, 0, 0, 0.7);
  width: 1040px;
  height: 1000px;
  overflow: auto;
    overflow-y: auto;
  overflow-y: scroll;
  margin-left: 231;
  margin-top: -38px;
  position: absolute;
  padding: 5px;
  text-align: center;
  font-family: 'courier';
  font-size: 12px;
color: white;
z-index:1;
}

#sidenav {
  border: 2px solid white;
  width: 300px;
  height: 996px;
  	text-align: left;
}

#picturebox {
  border: 2px solid white;
  width: 675px;
  height: 330px;
    margin-left: 350px;
  margin-top: 20px;
  position: absolute;
}
