Jim,
In my CSS for the background (bk.jpg) I have
body{background:url(img/bk.jpg) repeat fixed;font-family:arial, verdana, tahoma;font-size:1.1em;color:#CCF;margin:0;padding:1.5em 2em}
but the background is underneath several files – http://www.actualcures dotcom/wp-content/themes/actualcures/img/bk.jpg
Is there a way to get the background to display faster by giving the server more time to think about what it has to find and then go and find it before displaying the background?
Roger

Are you asking if it will speed up the page time if the css file is not buried within multiple sub-directories? If so, no, it won’t make any difference.
Thanks Jim