.main_page {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: medium double #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 7px;
	background-color: #0033CC;
	color: #FFFFFF;
}
.center_main {
	padding: 7px;
	background-color: #FFFFFF;
	margin: 7px;
	border: thin none #FFFFFF;
}

.center_page {
	width: 90%;
	text-align: center;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	border: medium double #006699;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #9BDEFF;
}

