in my opinion the easiest way is to for 'content' input position:relative; then for every inside content like insert position:absolute; and then give values like
position: absolute;
height: 110px;
width: 200px;
left: 5px;
top: 0px; or
position: absolute;
height: 80px;
width: 400px;
left: 250px;
top: 28px;
check thiis out for every of your inside content