左下に画像を固定

body{
background-image:url(4.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:left bottom;
}

「固定画像とスタイルシート」