body
  {
  background: url("images/bg1j.png");
  background-repeat: no-repeat;
  background-color: rgb(96, 255, 96);
  }
  
.title
  {
  height: 300px;
  margin: 0px;
  text-align: center;
  }

.content_left
  {
  float: left;
  background-color: rgba(255, 255, 255, .6);
  padding: 15px;
  margin: 25px;
  width: 30%;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  }

.content_right
  {
  float: left;
  background-color: rgba(255, 255, 255, .6);
  padding: 15px;
  margin: 25px;
  width: 50%;
  vertical-align: top;
  border-radius: 10px;
  }

.album_cover
  {
  float: left;
  margin-right: 30px;
  }