Hi
I may not fully understand your intention with the current background, but if you want to add a background to the entire content, you can use the following CSS code snippet.
.itemid-566 .custom {
background-position: right center;
}
You can reduce the spacing by removing empty <p> tags within your content. This is the reason for the excessive vertical spacing.
Regards,