Four lines of text enclosed by <div> tag
{
width: 500px;
border-width: 5px;
border-style: solid;
border-color: Blue;
background-color: gray;
margin-left: 100px;
background-image: url(splatz.gif);
padding: 20px;
height: 300px;
background-repeat: no-repeat;
background-position: center;
}