There should be a image above this text repeating on the x-as. The background color should be yellow. The text color should be red.
NOTE: this document is not valid XHTML1.0. This comes due the fact that I didn't want to specify the type attribute twice. I already specified it inside the PI. This document is only well-formed XML. The DOCTYPE is not removed however.
html{
background:yellow url(bg.png) repeat-x;
color:red;
}
h1{
margin:0;
padding:110px 0 0;
}