body {
  background-color: #e0e0e0;
}

a, a:visited {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
}

#jazz_container {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -270px;
  width: 700px;
  height: 540px;
}

#jazz_pre {
  background-color: #6181ba;
  position: relative;
  height: 496px;
  overflow: hidden;
}

#jazz_logo {
  position: absolute;
  top: -1px;
  left: 10px;
}

#jazz_picture {
  position: absolute;
  top: 70px;
  left: 0px;
  background-color: #000000;
  background-image: url(achtergrond.jpg);
  background-position: 0px -120px;
  width: 700px;
  height: 385px;
}

#jazz_where {
  position: absolute;
  right: 16px;
  top: 418px;  
}

#jazz_when {
  position: absolute;
  top: 457px;
  right: 16px;
}

#jazz_social {
  position: absolute;
  left: 10px;
  bottom: 45px;
  width: 140px;
  height: 30px;
}

#jazz_links {
  padding: 20px;
  font-family: arial, sans-serif;
  text-align: center;
}

#jazz_sponsor {
  position: relative;
  background-color: #ffffff;
  padding: 20px 20px 5px;
  border: 1px solid #6181ba;
}

#jazz_sponsor p {
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 140%;
}
