i have set background image on the body of my master page. i have link css file. in my css, i set the image like this and the result was repeated images on the master page body:
body
{
background-image:url('/Styles/bg.jpg');
font-size: .80em;
font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
margin: 0px;
padding: 0px;
color: #696969;
}
please be of help to me. i do not want the image repeated.