.content {
  background-color: #fff;
  color: #000;
  
}
.shadow { background-color: #ccc; }
.content, .shadow {
  position: relative;
  bottom: 2px;
  right: 2px;
}
.container
{
  clear:both;
}
