1.打開檔案 template\default\common\header.htm
在body下增加以下程式碼

2.打開 template\default\common\footer.htm
在</body>結尾前 增加以下程式碼

3.打開路徑 template\default\common\common.css
新增以下內容
.my_bg2{background: url({IMGDIR}/bg2.png);
background-repeat: no-repeat;
background-position: center top;
}
4.更新css緩存

5.新增的背景就完成囉

