body {
  background-image: url(../images/boxedbg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#boxed {
  max-width:1200px;
  margin: 1.5em auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border-bottom: 5px solid #0e0e0e;
  border-top: 5px solid #0088cc;
}