I have just put up a background image on my website, though when it repeats there is an odd greyish line when the image repeats and when it crosses over into the color section.
http://thebrainseed.com/brightleaf/ this is the website in question.
And this is the code I've used for the background:
body {
background-color: #000;
background: #698d69 url('BrightLeafBG.jpg'); background-repeat:repeat-x;
margin: 0 0 0px 0;
padding: 0;
}
So, what have I do wrong? What do I need to change?