/* ------------- main content */
div#contentleft {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	overflow:auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
	float:left;
}
div#contentright {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	float:right;
}
div#subtext {
	position : relative;
	margin: 0 auto;
	width : 360px;
	height : 375px;
	padding-right: 10px;
	overflow:auto;
}