background-image:設定背景圖片
    屬性值:url(圖檔名稱)

範例:
<style type="text/css">
        .bgimage1 { background-image:url(images/bg001.gif); }               
</style>

說明: