I use a paining as the backgound image outside my store. Because I have a extra-large size monitor, I found out the painting doesn't stretch into the whole screen, leaving the right side of the store empty. It looks very funny....
I tried all kinds of codes in the stylesheet, but no luck. would you please take a look at my site (www.thesbeauty.com) and advise me how to fix it? thanks!!!
Here is my code:
body {
margin: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 63.75%;
color: #333333;
background-image: url(../images/bg.jpg);
background-repeat:no-repeat;
background-attachment: fixed;
height: 110%;
width: 100%;
left: 0px;
top: 0px;
z-index: 0}



