In template_css.php
body {
color:<?php echo $bodyText; ?>;
background:url(<?php echo $template_path; ?>/images/bg_noise.png);
}
If you want to use image for background modify /images/bg_noise.png , that images folder is in template folder. If you want color put your background property definition after existing one