body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#box {
	width:100%;
	height:auto;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#top {
	width:100%;
	height:10px;
	position: relative;
	background-color: #000000;
}
#white {
	width:100%;
	height:1px;
	position: relative;
	background-color: #ffffff;
}
#white_foot {
	width:100%;
	height:1px;
	position: relative;
	background-color: #ffffff;
        top:32%;
}
#line {
	width:100%;
	height:2px;
	position: relative;
	background-color: #000000;
}
#line_foot {
	width:100%;
	height:2px;
	position: relative;
	background-color: #000000;
        top:32%;
}
#foot {
	width:100%;
        padding-top:2px;
	height:21px;
	position: relative;
	background-color: #000000;
        top:32%;
}
#member {
	width:261px;
	height:351px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	clear: both;
	left: 36%;
	position: relative;
	top: 15%;
}
.w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}


