最初の背景画像の垂直位置を上げると、2番目の画像(body pngという名前の画像)が乱れます
body{
background-image: url(http://www.muslimdistrict.com/themes/muslimDistricts/images/member_login1.png), url(http://www.muslimdistrict.com/themes/muslimDistricts/images/body_bg.png);
background-repeat: no-repeat,repeat-x;
background-position: -50px 28px;
}
2番目の画像をその場所にとどめたい.Thanks