@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:"新細明體", "細明體";
}
#content {
	position:relative;
	width:100%;
	height:490px;
	margin:0;
	padding:0;
}
#top {
	position:relative;
	width:880px;
	height:90px;
	margin:0 auto;
	padding:0;
}
#btn_second {
	position:absolute;
	width:108px;
	height:13px;
	top:10px;
	left:720px;
}
#main {
	position:relative;
	width:880px;
	height:400px;
	margin:0 auto;
	padding:0;
	background-image: url(img/member_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottom {
	position:relative;
	width:100%;
	height:80px;
	margin:0;
	padding:0;
}
#copyright {
	position:relative;
	width:880px;
	height:80px;
	margin:0 auto;
	padding:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2A2A2;
}

.intro_txt1{
	font-size:20px;
	color:#800080;
	font-weight: bold;
}
.intro_txt2{
	font-size:15px;
	line-height: 1.2em;
}
