body {     background-color: #000;     /*背景色*/     background-image: url("images/bg.png");     /*背景画像*/     background-repeat: repeat;     /*横方向のみ繰り返す*/}#main {  margin: 100px 0 0 -410px;  /*縦横の半分をネガティブマージンでずらす*/  position: absolute;  /*body要素に対して絶対配置*/  left: 50%;  /*左端を中央に*/  width: 890px;  /*横幅*/  height: 3100px;  /*縦幅*/}.floating {bottom: -10px;position: fixed;z-index: 1;margin: 0 0 0 265px;  /*縦横の半分をネガティブマージンでずらす*/}