3 <style type=
"text/css">
4 body
{text-align:center
;}
8 body
> div
{background: blue
;}
9 body
> div
> div
{background: red
;}
12 <!--A block with a block display type does not inherit alignment from its parent.
13 The red block should be aligned to the left.-->
15 <div style=
"position:relative;padding-bottom:200px;">
16 <div style=
"height: 100%;position:absolute;">