1 <div id=
"DIV1" style=
"border: solid 1px red;">
2 <div style=
"position: relative; top: 50%;">This text with top percent relative and containing block auto should appear inside the red border
</div>
4 <div id=
"DIV2" style=
"border: solid 1px red;">
5 <div style=
"position: relative; bottom: 50%;">This text with bottom percent relative and containing block auto should appear inside the red border
</div>