/* styles */
/* called by your view template */

body {
  min-height: 100%;
}

footer {
  position: absolute;
  bottom: 0;
}

.image-shadow {
  box-shadow: 0px 0px 4px 4px #ddd;
}