.title {
	overflow: hidden;
	border-width:0px;
	height: 30px;
	width: 397px;
	top: 0px;
	left: 10px;
	z-index: 1;
	font-size: 18px;
	font-weight: bold;
	margin: -10px;
	padding: 10px;
	position: absolute;
}
.main {
	overflow: auto;
	height: 380px;
	width: 640px;
	top: 40px;
	left: 10px;
	margin: -10px;
	padding: 10px;
	z-index: 2;
	position: absolute;
}


