@charset "utf-8";
#back {
	font-size: 18px;
	background-color: #FFF;
	color: #8DC641;
	float: right;
	text-align: center;
	width: 128px;
	border: 1px solid #8DC641;
	margin-top: 30px;
}
#back a {
	text-decoration: none;
	color: #8DC641;
}
#back:hover {
	border: 1px solid #F89422;

}
