Смена фона

Код:
<style type="text/css">
HTML, BODY {background-image: url("адрес фона")!important; background-repeat: repeat !important;}
</style>

Шапка форума:

Код:
<style type="text/css">
#pun-title table {background-image : url(адрес шапки);
height : 132px; 
}
</style>

Иконка нет новых сообщений

Код:
<style type="text/css"> Div.icon {
background-image : url(код иконки);
background-repeat: no-repeat;
}
</style>

Иконка есть сообщения

Код:
<style type="text/css">TR.inew Div.icon {
background-image : url(адрес картинки);
background-repeat: no-repeat;
}
</style>

Иконка закрыто

Код:
<style type="text/css"> TR.iclosed Div.icon {
background-image : url(адрес иконки);
background-repeat: no-repeat;
}
</style>