body 
{
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container
{
  max-width: 960px;
}

.pricing-header
{
  max-width: 700px;
}

html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 60px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}