/* Body */
body{
  margin: 0%;
  background-color: black;
  color: white;
  font-family: Didot, Georgia, serif;
  background-image:url(../images/group1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* links */
a:link, a:active {
  text-decoration: none;
  color: yellow;
}
a:visited {
  color: yellow;
  text-decoration: none;
  background-color: auto;
}
a:hover{
  color: yellow;
  text-decoration: none;
}


/* Copyright notice */
#copyright {
  font-family: Verdana, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  padding: 1px 2px 1px 10px; 
  color: white;
  border-top: 1px dotted white; 
  border-left: 1px dotted white; 
  font-size: 0.5em;
}


/* IDs */
#about {
  position: absolute;
  top: 20%;
  left: 15%;
  width: 40%;
  text-align: left;
}
#about a {
  font-size: 1.2em;
}
#about a:hover {
  font-size: 2em;
}

#performances {
  position: absolute;
  top: 25%;
  right: 10%;
  width: 40%;
  text-align: right;
}
#performances a {
  font-size: 1.2em;
}
#performances a:hover {
  font-size: 2em;
}

#newsletter {
  position: absolute;
  bottom: 15%;
  left: 10%;
  width: 40%;
  text-align: left;
}
#newsletter a {
  font-size: 1.2em;
}
#newsletter a:hover {
  font-size: 2em;
}

#merchandise {
  position: absolute;
  bottom: 20%;
  right: 5%;
  width: 40%;
  text-align: right;
}
#merchandise a {
  font-size: 1.2em;
}
#merchandise a:hover {
  font-size: 2em;
}

/* other */
.ays {
  color: yellow;
  font-style: italic;
}
.important {
  color: yellow;
}
