.footer {
	position:absolute;
	width:690px;
	height:60px;
	left:20px;
	top:712px;
	font-family:Calibri;
	padding:10px;
}

.button {
	width:100px;
	text-align:center;
	font-family:Calibri;
	font-weight:bold;
	height:20px;
	color:#FFC600;
}

.button::after {
	opacity:0.8;
}

.button:hover {
	opacity:0.8;
}

.buttonbar {
	position:relative;
	height:20px;
	width:640px;
	background-color:#00530B;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.para {
	font-family:Calibri;
	padding:10px;
}

#page {
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-color:#D0FFC3;
	width:620px;
	height:650px;
}

#body {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

#header {
	position:relative;
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:640px;
	height:200px;
}

#buttonbar {
	position:relative;
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:640px;
	height:20px;
	background-color:#00530B;
}

#footer {
	position:relative;
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:620px;
	height:90px;
	background-color:#D0FFC3;
	-webkit-border-bottom-left-radius:30px;
	border-bottom-left-radius:30px;
	-o-border-bottom-left-radius:30px;
	-ms-border-bottom-left-radius:30px;
	-moz-border-radius-bottomleft:30px;
	-webkit-border-bottom-right-radius:30px;
	border-bottom-right-radius:30px;
	-o-border-bottom-right-radius:30px;
	-ms-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
}

