body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #fff;
}

div.main-box {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid #eee;
	border-bottom-style: solid;
	margin-top: 20px;
}

div.header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: medium;
	margin: 20px 10px 0;
}

div.footer {
	color: #888;
	font-size: xx-small;
	margin-top: 4px;
	clear: both;
}
