.ds-left {
  width: 20%;
  background-color: #333;
  float: left;
}
.ds-right {
  width: 80%;
  background-color: #999;
  float: right;
}