The width of #div1 is set to 100% minus 100px for padding. This ensures that the #div1 takes up 100% of the container's width, with an offset of 50px on each side (with margin: auto;).
The height of #div1 is set to 30% of the height of the viewport + 50px.