1<div style="width:100%;">
2 <div style="width:50px; float: left;"><img src="myleftimage" /></div>
3 <div style="width:50px; float: right;"><img src="myrightimage" /></div>
4 <div style="display:block; margin-left:auto; margin-right: auto;">Content Goes Here</div>
5</div>