body {
  background-image: url("images/MA_Bandcamp_Background_01_1219.jpg");
  background-color: #000000;
  /* background-position: center; Center the image */
  height: 3000px;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

#content {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}


#header {
  height: 30px;
}

