html { height: 100%; }
body { height: 100%; position: relative; background:#e5edef; }
.l-header-and-content-wrapper {
  position: relative;
  min-height: 100%; height: auto !important; height: 100%;
}

.l-header-and-content-wrapper, .l-footer-inner { width:1050px; margin:0 auto; }
.l-header-and-content-wrapper {
  padding-bottom:65px;

  position:relative;
  z-index:10;
}

.l-main {
  position:relative;
  overflow:hidden;

  width:100%;
  min-width:1050px;

  padding:0;

  background:#e5edef;
}

.l-after-wrapper {
  width:920px;
  margin:0 auto;
  
  padding:0 80px 45px 50px;
}