@charset "utf-8";
/* CSS Document */

#Pic {
	height: 490px;
	width: 760px;
	float: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC99FF;
	border-right-color: #CC99FF;
	border-bottom-color: #CC99FF;
	border-left-color: #CC99FF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 200px;
}
body {
	background-color: #CC99FF;
}
#Page_text {
	font-family: "Times New Roman", Times, serif;
	float: left;
	width: 209px;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 16px;
	overflow: auto;
	left: 11px;
	padding: 1px;
	text-align: center;
	font-size: small;
}

