.indexbackground {
    background-color: #00b333;
    background-image: url(../Images/checkertranslucent.gif)
}

@font-face {
  font-family: Title;
  src: url(../Fonts/Imperial\ Web.ttf);
}

@font-face {
  font-family: Name;
  src: url(../Fonts/Helvetica\ LT\ Ultra\ Compressed.ttf);
}

.bandname{
 display: block;
 font-family: Title;
 font-size: 40pt;
 rotate: -5deg;
  color: rgb(0, 0, 0);
 text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.albumname{
 display: block;
 font-family: Name;
 font-size: 30pt;
 rotate: -5deg;
 margin-bottom: 60px;
  color: rgb(0, 0, 0);
 text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.description {
  margin-right: 33%;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Name;
  font-size: 40pt;
  width: 60%;
  height: 325px;
  overflow-x: hidden;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 3px rgb(0, 0, 0);
  background-image: url(../Images/608.GIF);
  box-shadow: 0px 0px 10px 5px #699f5c;
}
.scoresbar {
  height: 100%;
  width: 15%;
  position: fixed;
  z-index: 1;
  top: 0px;
  right: 0px;
  background-image: url(../Images/190.GIF); 
  padding-top: 20px;
  box-shadow: 0px 0px 10px 2px #254232;
  font-family: Name;
  font-size: 25pt;
  padding-left: 15px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
  overflow-x: hidden;
}

.bigscore {
  font-family: dirtyclassicmachine;
  font-size: 150pt;
  display: block;
  position: absolute;
  top: 200px;
  margin-left: 55%;
  rotate: 6deg;
   color: rgb(0, 5, 1);
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}

.iframe {
  box-shadow: 0px 0px 10px 5px #000000;
}