背景画像が2000pxくらいあって、
ウィンドウの幅を小さくしてもメイン画像と一緒についてきてくれるようにする方法!
----------------------------------
.index_header{
background:url(images/index_mainbg.jpg) no-repeat center top;
}
.index_main{
background: url(images/index_main.jpg) no-repeat center top ;
width: 1000px;
height: 600px;
margin: 0 auto;
}
----------------------------------
centerで解決します!