.stickem-container {
  position: relative;
  width: 860px;
}

.stickem-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.stickem-container .aside {
  background: #cecece;
  float: right;
  padding: 0 10px;
  width: 200px;
}

.stickem-container .stickit {
  margin-left: 640px;
  position: fixed;
  top: 0;
}

.stickem-container .stickit-end {
  bottom: 40px;
  position: absolute;
  right: 0;
}
