body {
  background-image: url('https://thatrusselpup.neocities.org/pics_and_gifs/neocites_background_home_page.png');
}

#container {
  background-color: black;  
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background-color: red;
  color: white;
  text-align: center;
}

#content {
  padding: 10px;
  color: white;
}

#nav {
  width: 180px;
  float: left;
  color: white;
  list-style-type: none;
}

#main {
  width: 600px;
  float: right;
  color: white;
}

#footer {
  background-color: red;
  clear: both;
  color: white;
}