.page {
	width: 650px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	color: #000000;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBFE8F;
	border-left-color: #DBFE8F;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	text-align: center;
}
.headder {
	text-align: left;
}
.middle {
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 185px;
	background-image:  url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
}
.bottom {
	background-color: #DBFE8F;
	height: 5px;
}
.text {
	margin: 5px 8px;
}
.title {
	padding-top: 10px;
	padding-bottom: 5px;
}
