#LyricStimulus{
  margin: 0 auto;
  text-align: center;
}

#B1Instructions{
  margin: 0 auto;
  text-align: center;
}

#B2Instructions{
  margin: 0 auto;
  text-align: center;
}

#B3Instructions{
  margin: 0 auto;
  text-align: center;
}

#B4Instructions{
  margin: 0 auto;
  text-align: center;
}

#B5Instructions{
  margin: 0 auto;
  text-align: center;
}

#TextDisplay{
  padding: 0in;
  font-size: 60pt;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  position: fixed;
  margin: -100px 0 0 -150px;
  border: 0px;
  height: 100px;
  width: 300px;
  z-index: 0;
}

#ImageDisplay{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 300px;
  margin-top: -150px; 
  margin-left: -225px;
}