/* Override some defaults */
html, body {
  background-color: #B1B1B1;
}

.container > footer p {
  text-align: center; /* center align it with the container */
}

.container {
  width: 880px;
}

/* The white background content wrapper */
.content {
  background-color: #fff;
  padding: 40px;
  margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

