is it possible to add a large background with out beeing repeat
thanks in advance
body { line-height:1.9; background:#e8e7df url('../images/style1/bg.jpg') repeat 0 0; min-height:100%; }
body { background:#e8e7df url('../images/style1/bg.jpg') repeat 0 0; }
body { line-height:1.9; background:#e8e7df url('../images/style1/yourimage.jpg') no-repeat 0 0; min-height:100%; }
body { background:#e8e7df url('../images/style1/yourimage.jpg') no-repeat 0 0 }