body#home #content {
  position: absolute;
  z-index: 10;
  left: 40px;
  top: 250px;
  width: 420px;
  height: 260px;
  padding: 20px;
  background: #fff;
}

body#home #content_scroll {
  width: 400px;
  height: 260px;
  padding-right: 20px;
  overflow: auto;
}

body#home #concerts {
  position: absolute;
  left: 470px;
  top: 400px;
  width: 380px;
  height: 220px;
  padding: 20px 20px 20px 40px;
  background: #fff;
}

body#home #concert_details {
  width: 360px;
  height: 135px;
  padding-right: 20px;
}

body#home #concerts p {
  margin: 0;
}

body#home #concert_list {
  height: 155px;
  overflow: auto;
}

body#home #concerts ul {
  list-style: none;
  padding: 0;
}

body#home #concert_list ul {
  margin: 0;
}

body#home #concert_details ul {
  margin: 5px 0;
}

body#home #concerts ul li {

}

body#home #concerts ul li a {
  font-weight: bold;
  text-decoration: none;
}

body#home #concerts #overview_link {
  position: absolute;
  bottom: 20px;
}

body#home #visual {
  position: absolute;
  left: 650px;
  top: 130px;
  width: 324px;
  height: 265px;
  padding: 5px;
  background-color: #fff;
}

body#home #visual img {
}
