@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
}

.simpleDiv {
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	border:#666666 solid 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	width:980px;
	padding:20px;
	text-align:center;
}