http header style sheet

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.

CSS code:

html{
 background:yellow url(bg.png) repeat-x;
 color:red;
}
h1{
 margin:0;
 padding:110px 0 0;
}