Thanks for advise but I have tried this before. It's not working in Firefox. This is a part of my CSS code, could you have a look please, what do I do wrong?
body {
text-align:center;
background-image:url(../image/bg.png);
background-repeat:repeat-x;
margin: auto;
}
/* Make background white for main part, width 779, text to the left*/
#main {
background-color:#FFFFFF;
width:779px;
text-align:left;
margin:0;
padding:0;
}
Thank you!