@import url("reset.css");
body{
width:100%;
background-image:url(bg.jpg);
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
	

h1{ 
    display:block;
    background-image:url(bigbanner.jpg);
	background-position:center top;
    width:100%;
    background-repeat:no-repeat;
    height:539px;
	text-indent:-9999px;
	margin:0 auto; 

}

h2{ 
    display:block;
    background-image:url(img2.jpg);
    background-position:center top;
    width:100%;
	height:191px;
    background-repeat:no-repeat;
    text-indent:-9999px;
	margin:0 auto; 
}

h3{ 
    display:block;
    background-image:url(img3.jpg);
    background-position:center top;
    width:100%;
	height:186px;
    background-repeat:no-repeat;
    text-indent:-9999px;
	margin:0 auto; 
}





#CONTENT {
	display:block;
	background-image:url(content_bg.jpg);
	background-position:center top;
	width:100%;
	background-repeat:repeat-y;
	margin:0 auto; 
	}

#CONTENT P{
	display:block;
	margin-top:5px;
	font-family:Arial, "微軟正黑體", "新細明體";
	font-size:16px;
	line-height:1.3em;
	letter-spacing:1px;
	margin-bottom:5px;
	}



#img_button{ 
    display:block;
    background-image:url(content_bg_buttom.jpg);
    background-position:center top;
    width:100%;
	height:24px;
    background-repeat:no-repeat;
    text-indent:-9999px;
	margin:0 auto;
	margin-bottom:10px;
}

.text {
	display:block;
	font-family:"微軟正黑體", "新細明體";
	font-size:16px;
	letter-spacing:2px;
	}