﻿div.cont {
   position: relative;
   }

div.cont div.le {
   position: absolute;
   left: 0;
   width: 50%;
   }

div.cont div.re {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */   
   }
