@charset "utf-8";
/* CSS Document */
html,body {	
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif,"新細明體";
			
}
#wrapper{ margin:0px auto; width:100%; height:auto; min-height:100%; position:relative;}
#top_bg{ margin:0px auto; width:100%; height:auto;  background:url(../images/top_bg.jpg) top center no-repeat; }
#top_bg2{ margin:0px auto; width:100%; height:auto;  background:url(../images/top_bg2.jpg) top center no-repeat; }
#top{ margin:0px auto; padding:15px 0px 0px 0px; width:980px; height:auto; overflow: hidden;}
#main{ margin:0px auto; padding:0 0 50px 0; width:980px; min-height:550px; height:auto; overflow: hidden; }
#main2{ margin:0px auto; padding:120px 0 100px 0; width:980px; min-height:550px; height:auto; overflow: hidden; }
#foot{ margin:0px auto; width:100%; height:117px; position:absolute; bottom:0; z-index:1;}




