#main {
	position: relative;
	left: 0;
	top: 0;
	width: 920px;
	margin-top: 32px
}
#main h1#title {
	width: 920px;
	height: 37px;
	margin-bottom: 40px;
	background-image: url("../images/title.png");
}
#main p#read {
	font-size: 14px;
	color: #000000;
}

#main h2 {
	font-size: 18px;
	margin: 50px 0 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #745399;
}
#main p.txt {
	font-size: 13px;
	color: #4D4D4D;
}

#main p#info {
	width: 548px;
	height: 187px;
	margin: 60px auto 30px;
	background-image: url("../images/info.png?2404");
}
#main p#sign{
	margin-top: 30px;
	text-align: right;
	font-size: 12px;
	color: #333333;
}