body
{
  background-color: #000000;
  text-align: center;
  color: #a0a0a0;
}

a
{
  color: #FFFFFF;
}

a:hover
{
  color: #8888FF;
}



#wrapper
{
  text-align: left;
  margin: 0 auto;
  width: 770px;
}


#header
{
  border: 1px solid #FFFFFF;
  padding: 4px;
}

#nav
{
  text-align: center;
  font-family: "Times New Roman", serif;
  font-size: 13px;
}

#content
{
  border: 1px solid #FFFFFF;
  border-top: 0;
  padding: 4px;
}

#footer
{
  text-align: center;
  font-family: "Times New Roman", serif;
  font-size: 13px;
}


#behindthemusic
{
  text-align: justify;
  color: #000000;
  background-image: url(../images/oldPaperBackground_small.jpg);
  background-repeat: no-repeat;
  width: 500px;
  height: 770px;
  margin: 0 auto;
}

#behindthemusic p
{
  padding: 15px 50px;
  margin: 0;
}

.title
{
  font-family: "Times New Roman", serif;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}


