DIVセットDIVで水平中央レイアウトと背景画像のタイリングを実現!(例)
#login
{
width:100%;
height:345px;
background-color:#e2e8c4;
}
#login div
{
/* background-color:Green; */
height:345px;
width:1280px;
margin:0 auto; /* */
padding-top:0px;
background-image:url(images/login/1_08.gif);background-repeat: no-repeat;background-position: right bottom;
}
<div id="login">
<div> </div>
</div>