body {
  height:100%;
  margin: 0;
  background-color: #513987;
  font-family: Tahoma,Helvetica,sans-serif;
  color: #fff;
}

body#holding  {
  background: #513987 url('../images/corner.gif') right bottom fixed no-repeat;
}

h1 {

}

#container {
  width: 600px;
  margin: 0 auto;
  
}

#holding #container {
  height: 100%;
  width: 100%;
  padding-top: 400px;
  background: transparent url('../images/logo-holding.gif') center 50px no-repeat;
}

#email-link {
  display: block;
  width: 489px;
  height: 150px;
  margin: 0 auto;
  background: transparent url('../images/email-link.gif') no-repeat;
}

#email-link:hover {
 background-image: url('../images/email-link_over.gif');
}

#player {
  margin: 20px auto;
}
