div.image-left {
   float: left;
   width: 50%;
}
div.image-right {
   float: right;
   width: 50%;
}
div.copyright {
   clear: both;
}