Please edit file template_css.css, find line
Code:
background-image: url(/<?php echo $template_path ?>/images/bg<?php if($templateStyle) {echo $templateStyle; }?>.png);
Change this line to:
Code:
background-image: url(/<?php echo $template_path ?>/images/bg2.png);