#content {
width: 510px;
background:url(images/ortabg.jpg) no-repeat top center;
orta kısmın tamammı için arkaplan kullanmak istiyorsan bunu eklemelisin.
}
#midcontent {
background:url(images/solbg.jpg) no-repeat top center;
sol tarafın tamammı için arkaplan kullanmak istiyorsan bunu eklemelisin.
}
#contentright {
width: 260px;
background:url(images/sagbg.jpg) no-repeat top center;
sağ tarafın tamammı için arkaplan kullanmak istiyorsan bunu eklemelisin.
}
#sidebar {
background:url(images/bg.jpg) no-repeat top center;
sağ tarafda sidebar başlangıcı için arkaplan kullanmak istiyorsan bunu eklemelisin.
ama ben sana sağ için sadece üsttekini contentright öneririm
}
.post {
background:url(images/postbg.jpg) no-repeat top center;
herbir post için arkaplan kullanmak istiyorsan bunu eklemelisin.
}
#sidebar ul {
background:url(images/postbg.jpg) no-repeat top center;
Sütünlarda bulunan sekmelere arkaplan eklemek istersen bu da onun kodu
}
Bu kodları bulundukları yere eklemen ve images klasorune resimlerini atman gerekiyor.