背景画像を中央に配置 縦の長さは無限

Google Technorati Buzzurl Digg Bloglines DRECOM niftyクリップ pookmark pingking Choix

body {
background-color:#ebebeb;
margin:0 auto;
background-image:url(../img/bg.jpg);
background-repeat:repeat-y;
background-position:top center;}

body #page{background-position:top center;
margin:0 auto;}