background-position属性のサンプル

BODY {
  background-image : url(back.gif);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : 100% 100%;
}