#container {
  min-width: 1010px;
  min-height: 100%;
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #f4f4f4, #e2e2e2);
  background: linear-gradient(to bottom, #f4f4f4, #e2e2e2)
}

#lay_f1 {
  min-height: 100px;
  background: #fff;
  min-width: 1010px
}

#lay_f2, 
#lay_f3 {
  display: inline-block;
  float: left;
  width: 18%;
  margin: 0 1%;
  padding: 20px 0 50px 0;
  min-height: 400px
}

#lay_f3 {
  float: right
}

#lay_body_block {
  display: inline-block;
  float: left;
  width: 60%;
  margin: 0 0 -50px 0;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa, #fefefe);
  background: linear-gradient(to bottom, #fafafa, #fefefe);
  min-height: 850px;
  box-shadow: 0 5px 10px 0 #888;
  border-radius: 0 0 10px 10px
}

#lay_body {
  padding: 20px 20px 50px 20px
}

#lay_f4 {
  clear: both;
  min-height: 100px;
  border-top: 1px solid #777;
  background: #bbb
}