
/* 主體設定 */

#container2{}
	
	
/*底部背景*/
#main2 {	
	min-height : 250px;
	height:auto !important;
    height:250px;
margin:0 50px 0 450px;
padding:0;


}
html>body #main2{border:1px solid transparent;}
/*中間背景*/
#main1{
    margin:0;
	padding:0;
background:url(../images/main_bg.jpg) top center no-repeat;

}
#content {padding:50px 0 0 0;}

/*--------- 底 ---------- */
#footer{ 

	background:url(../images/footer_bg.jpg) top left no-repeat;

}
html>body #footer {border:1px solid transparent;margin:-2px 0 0 -1px;}							






