style1.css Замени это
Code
/* Core */
body {background: #181818;color: #999;}
a:hover {color: #fff;}
h1, h2, h3, h4, h5, h6, legend {color: #ccc;}
На это
Code
/* Core */
body {background: #181818;color: #999;}
a:hover {color: #fff;}
h1, h2, h3, h4, h5, h6, legend {color: #ccc;}
body {
background-image: url(../images/body_bg.png);
background-attachment: fixed;
background-repeat: repeat;
}
#rt-main-surround ul.menu li.active > a, #rt-main-surround ul.menu li.active > .separator, #rt-main-surround ul.menu li.active > .item, .rt-article-title span, #rt-main-surround h2.title span { color:#c8c7c7; }
body a, #rt-main-surround ul.menu a:hover, #rt-main-surround ul.menu .separator:hover, #rt-main-surround ul.menu .item:hover, #rt-top .titlecolor h2.title span, #rt-main-surround h2.title span { color:#c8c7c7; }
/* Core */
body {background: #181818;color: #999;}
a:hover {color: #fff;}
h1, h2, h3, h4, h5, h6, legend {color: #ccc;}
body {
background-image: url(../images/body_bg.png);
background-attachment: fixed;
background-repeat: repeat;
}
images/body_bg.png это картинка заднего фона