layouts/default.css body { background:url(원하시는 주소 또는 파일위치) repeat;} default/conf/info.xml 에서 배경화면 설정 탭 생성 -> <style type="text/css"> <block cond="$layout_info->background_image">html{background:url({$layout_info->background_image}) }</block> </block> </style> 노랑색 음영 부분은 info 에서 설정한 값 body 보다는 html 부분에 넣어 주세요.