The problem is this: there is a block
<div class="main" style="height: auto"> <div style="height: 100px"></div> </div> The parent div (with the class 'main') will have a height of 100px (as in the child)
How to make 'main' have half its height (50px)?
On pseudocode it will look something like this.
height: auto/2;