﻿html {
  height: 100%;
  overflow-x: hidden;
}
body {
  height: 100%;
  margin: 0;
  min-width: 480px;
}
.b-edit-page .l-wrapper .l-content-width {
  margin: auto;
  width: 950px;
}
.l-content-width {
  margin: auto;
  width: 480px;
}
.l-wrapper {
  min-height: 100%;
  width: 100%;
}
.l-header {
  margin: auto;      
  width: 100%;
  height: 150px;
  background-color: #3ea9f5; 
  position: relative;
}
.l-header:after {
  position: absolute;
  width: 28px;
  height: 14px;
  background: url(../images/blue-tail_480.png);
  content: "";
  display: block;
  top: 149px;
  left: 47%;
}
main {
  clear: both;
  padding-bottom: 100px;
  padding-top: 30px;
}
.l-footer {
    height: 155px;
    padding: 20px 0;
    float: left;
    width: 100%;
}