reaLyr, в ксс вот эту строчку:
Код
body {font: 12px 'Tahoma', 'Arial';color: #222222; background-image: url("/images/bg.jpg");background-repeat: no-repeat;background-position: center top;background-attachment: fixed;margin:0;padding:0;}
Заменяешь на:
Код
body {font: 12px 'Tahoma', 'Arial';color: #222222;margin:0;padding:0;}
Потом в HTML, в страницах сайта, везде, где есть тег <body> заменяешь ее на:
Код
<body style="background-image: url("/images/bg.jpg");background-repeat: no-repeat;background-position: center top;background-attachment: fixed;">