.layout-main-content {
  width: 70%;
  float: left;
}
.layout-right-sidebar {
  width: 25%;
  float: right;
}
#footer-wrapper{
  clear: both;
}
#footerleft{
  float: left;
  width: 50%;
}
#footerright{
  float: right;
  width: 50%;
}