@media screen {

body { background: transparent; }
html {
  background-image: url(/pics/skincare/linemans/pole.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#body { padding-right: 80px; }

/* IE stupidity */
#body ul { margin-left: 110px; }
#body > * > ul { margin-left: 0; }

}

/* webtv has issues. */
@media tv {
  /* webtv apparently doesn't understand background-image: none;, so instead
     tell it to go after an image that doesn't exist. Ick!
     (Should probably make the image a one-pixel transparent gif, but eh.) */
  html, body { background-image: url(/pics/404.gif); }
}
