
.container{
  background:#b6b9bf;
  height:100%;
  width:100%;
}
.box1{
  float:left;
  background:#99c;
  width:46%;
}
.box2{
  float:right;
  background:#99c;
  width:46%;
}
.h_clearspace {
clear:both;
padding-top: 2%;
padding-bottom: 2%;
float:bottom;
width:auto;
background:#1fffff;
}

#footer {
clear:both;
padding:5px 10px;
background:#cc9;
}
#footer p {
margin:0;
}
* html #footer {
height:1px;
}
