My Site
to achieve the map background i added
html{
background: url(../images/map_bg.gif) no-repeat;
}
to the very beginning of the template.css
and also comment out the background color of the body
body {
/*background: #FFFFFF;*/
I want to set the background color of the content area to #ffffff…the area in between the
http://www.manometbiblechurch.com/templates/ja_drimia/images/shadow-left.gif
and
http://www.manometbiblechurch.com/templates/ja_drimia/images/shadow-right.gif
side borders
course my css is at
template.css
What css change do i make to accomplish this? Many thanks