
/* 背景を指定したい場合はここ↓に画像アドレスを */

html {
background-color:#f04e00;
background:url(http://rt-time.net/top/top63.jpg);
background-position:right bottom;
background-repeat: no-repeat;
background-attachment:fixed;
}

/* 0% 0%で位置の指定をして下さい */
