add a div tag like
Code:
<h1 class="p_slogan guestbox"></h1>
Then use the following to place it and add the image, it's not text but an image:
Code:
h1.p_slogan {
background: rgba(0, 0, 0, 0) url("your_image_path") no-repeat scroll 0 0;
min-height: 21px;
}
Depending on the height of your image that is what you will use for the min-height
Just make the image the full length of your wrapper and you are good to go