Background Image

I have some template code as follows:

div class=“image” style="background-image: url(/images/cloud_bg1.jpg); ">
#displayfield(‘displaytitle’)
#displayfield(‘callout’)

I have a requirement to manage the cloud_bg1.jpg image through the CMS. I have created a content of type rffImage that has cloud_bg1.jpg as the image file. However, I am not sure what is the best way to include this image content item to become the background-image. How should I modify the above snippet of code?

thanks
manvinder

Is this for a single content item or for a range of content items (ie. you can manage this either as a slot on the particular content type, or as a slot on the navigation content type)