@charset "utf-8"; .clear{ clear:both;} body{ margin:0px; padding:0px;background:#0B2A53; } .back{width:100%; height:700px; background:url(./images/back.jpg) top left repeat-x; padding:0px; margin:0px;} .main{ margin:0 auto; width:900px; height:600px;} .left{ float:left; width:33px; height:307px; background:url(./images/left.jpg) top left no-repeat; margin-top:-1px;} .right{ float:left; width:20px; height:308px;background:url(./images/right.jpg) top left no-repeat;margin-top:-1px;} .center{ float:left; width:300px; height:308px; margin-top:-1px; background:url(./images/center.jpg) top left repeat-x;} .title{ float:left; width:128px; height:29px; background:url(./images/title.jpg) top left no-repeat; margin-top:105px;} .login{ width:280px; height:130px;margin-top:33px;} .pic{ float:right; width:241px; height:599px; background:url(./images/picture.jpg) top left no-repeat; margin-top:-1px; margin-left:130px;} .text{color:#F4FAFE; font-size:14px; font-weight:bolder;} img{border:0px;} .submit_s{ background:url("./images/login.jpg"); width: 63px; height: 27px; border:none; } .submit_r{ background:url("./images/clear.jpg"); width: 63px; height: 27px; border:none; }