body
{
  background-color: #000000;
  background-image: url(img/head.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  margin-top: 15%;
}

p
{
  color: #FFFFFF;
  font-family: arial;
  margin-left: 20px;
}

/*Start Menu*/
div.menu 
{
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 2em;
  left: auto;
  width: 8.5em;
  right: 2em;
}

div.menu a, div.menu em 
{ 
  display: block; 
  margin: 0 0.5em;
}

div.menu a, div.menu em 
{ 
  border-top: 2px groove #000000; 
}

div.menu a:first-child 
{ 
  border-top: none;
}

div.menu a:link 
{ 
  text-decoration: none; 
  color: white;
}

div.menu a:visited 
{
  text-decoration: none;
  color: #abfafe;
}
div.menu a:hover 
{ 
  background: black; 
  color: white;
}
/*End Menu*/


#slist
{
 float: left;
 width: 375px;
 line-height: 1.5;
}

#simages
{
  text-align: center;
  float: right;
  width: 350px;
  margin-right: 20px;
}

#artist1
{
  line-height: 1.5;
  float: left;
  width: 350px;
  margin-left: 15%;
}

#artist2
{
  line-height: 1.5;
  float: right;
  width: 300px;
  margin-right: 15%;
}

div.anchor
{
  font-size: 100%;
}  

#music
{
  line-height: 1.5;
}

#music a:link
{ 
  text-decoration: none; 
  color: white;
}

#music a:visited
{
  text-decoration: none;
  color: #abfafe;
}
#music a:hover
{ 
  text-decoration: underline;
}

#contactform
{
color: #FFFFFF;
  font-family: arial;
  margin-left: 20px;

}
