<head>
  <link href='https://fonts.googleapis.com/css?family=Sintony:700' rel='stylesheet' type='text/css' />
</head>  
<body>
<div class="center">
  <span id="album"><img src="http://eil.com/images/main/Gallows+-+In+The+Belly+Of+A+Shark+-+7%22+RECORD-413915.jpg" /></span>
  <span id="content">
    <div class="row">DAN MUMFORD - IN THE BELLY OF A SHARK</div>
    <div class="row" id="lift">
      <span id="play">&#9658;</span>
      <span id="progress">_</span>
      <span id="total">_</span>
      <span id="time">01:24</span>
    </div>
    <div class="row"><img id="speaker" src="http://accurate-voting.org/wp-content/uploads/2010/03/200px-Speaker_Icon_gray-sm.png" /></div>
  </span>
</div>
</body>
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Sintony', sans-serif;
  font-size: 14px;
  background: #ddd;
  position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
}

.center {
   width: 600px;
   height: 200px;
   position: absolute;
   left: 50%;
   top: 60%; 
   margin-left: -300px;
   margin-top: -150px;
}

#album {
  float: left;
  display: inline-block;
  width: 150px;
}

img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

#content {
  background: #FFF;
  display: inline-block;
  float: left;
  width: 440px;
  height: 150px;
}

.row {
  width: 100%;
  height: 50px;
  text-align: center;
  padding-top: 20px;
  color: #555;
}
#lift {
  margin-top: -25px;
}
#play {
  margin-right: 10px;
}
#progress {
  background: #555;
  color: #555;
  display: inline-block;
  width: 140px;
  height: 16px;
}
#total {
  color: #83BFE5;
  display: inline-block;
  background: #83BFE5;
  margin-left: -4px;
  width: 70px;
  height: 16px;
}
#time {
  margin-left: 10px;
}

#speaker {
  height: 15px;
  width: 15px;
  float: right;
  padding-right: 17px;
  margin-top: -17px;
}

#play:hover {
  cursor: pointer;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.