@charset "UTF-8";
.div_content-wrap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.25em;
	background-color: #FFFFFF;
	height: 580px;
	width: 800px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -290px;
	float: left;
}
