Фон с прокруткой вмете с форумом:

<style type="text/css">
HTML, BODY
{
background-image: url("ссылка на картинку");
background-repeat: no-repeat;
background-attachment: fixed;
background-position:
top center;
}
</style>

Фон, растянутый на весь форум:

<style type="text/css">
HTML , BODY {
background-image : url(сылка на изображение);background-attachment: fixed; background-repeat: no-repeat;
}
</style>

Фон закреплённый:

<style>
HTML , BODY{background-image: url(ссылка на картинку);
background-attachment: fixed;}
</style>

Фон в форме быстрого ответа:

<style type="text/css">
#pun #pun-viewtopic #pun-main #post-form #post fieldset .hashelp .required .input #main-reply {background-image: url("адрес картинки");}
</style>

Фон на категорию:

<style type="text/css">
#pun .tcl {
background-image : url(адрес картинки);
background-repeat: no-repeat;
}
</style>