
/* 背景を指定したい場合はここ↓に画像アドレスを */

html {
background:url(画像アドレス) no-repeat 0% 0% fixed;
}

/* 0% 0%で位置の指定をして下さい */

