body {
background: url(002.jpg);
}

h1 {
margin: 0 0 1em 0;
background-image: url(001.jpg);
padding: 5px;
background-position: bottom;
background-repeat: repeat-x;
}

h2 {
margin: 0 0 1em 0;
background-image: url(022.jpg);
padding: 5px;
background-position: 50px 25px;
background-repeat: no-repeat;
background-color: #ffcc99;

}

p {
margin: 0 0 1em 0;
background-image: url(003.jpg);
padding: 5px;
background-position: 100% 100%;
background-repeat: no-repeat;
background-color: #ffff99;
}





