.box { display: inline-block; padding: 5px; } #left-box { width: 64%; float: left; } #right-box { width: 34%; float: right; }