#wrapper {
	background-color: #FFF;
	text-align: left;
	padding: 0px;
	height: 850px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
.yellow {
	color: #EB9F07;
	font-weight: bold;
	text-align: center;
}
#mycenter {
	text-align: center;
}
#gray {
	color: #FFF;
	font-weight: bold;
}
