Example 1
style1.css
When I change the top background (see line2 below) to my background. The background does not tile properly and leaves a grid pattern.
body { background: transparent url('../images/style1/bottom_bg.jpg') repeat 0 0; color: #8e8679; }
body > .bg { background: transparent url('../images/style1/finessencebg.png') repeat 0 0; }
SEE:
http://www.finessence.com.au/test
Example 2
style1.css
When I change the both backgrounds to my background. The background the grid pattern disappears but there the disadvantage of this is that I don't have the bottom background for the bottom menu.
body { background: transparent url('../images/style1/finessencebg.png') repeat 0 0; color: #8e8679; }
body > .bg { background: transparent url('../images/style1/finessencebg.png') repeat 0 0; }
SEE:
http://www.finessence.com.au/blog
You understand now?