.zen-container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
}
body {
  background: #fff;
}
#fullwrap {
  float: left;
  width: 100%;
}
#topcolour {
  padding-top: 30px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  min-height: 200px;
}
.fixedheight #topcolour,
.fixedheight #topinner {
  min-height: 400px;
  position: fixed;
}
.fixedheight #gradient {
  position: relative;
  z-index: 1;
  margin-top: 400px;
}
#gradient {
  float: left;
  width: 100%;
  color: #524A13;
  border-top: 1px solid #816D02;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}
#gradient > .zen-container {
  padding: 0;
  background: none;
  margin-top: 0px;
}
#gradient .zen-container {
  background: none;
}

