body {
  background-color: black;
}

div.main {
  position: relative;
  height: 760px;
  width: 960px;
  border: 1px solid rgb(60,60,60); 
  background: url(/images/background.jpg);
  color: white;
  font-family: "Arial", sans-serif;
}

div.lyrics {
  position: absolute;
  left: 400px;
  width: 560px;
  height: 758px;
  overflow: auto;
  text-align: left;
  font-size: 8pt;
}

div.lyrics h1 {
  color: rgb(200,200,200);
}

div.songs {
  position: absolute;
  width: 320px;
  top: 5px;
  left: 5px;
  height: 10px;
  color: rgb(220,220,220);
}

div.songs table {
  width: 100%;
}

div.songs td {
  padding-right: 20px;
  text-align: center;
}

div.album_player {
  width: 240px;
  height: 159px;
  position: relative;
  left: 45px;  
  top: 20px;
}

a {
  color: rgb(220,0,0);
}

a:hover {
  color: rgb(200,200,200);
}

div.links {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

div.links ul {
  margin-top: 0;
}
