/* Clever this! Because we don't want the background image to show up on the no-stylesheet version, we use this CSS file to set its container to be invisible. All browsers see it because the stylesheet is called into the template in the conventional manner using <link rel...>. Then, the other stylesheet sets the container to be visible again, but of couse that'll only happen if it's called. Cool.  */
#bgimgcontainer {display:none;}