@charset "utf-8";
/* CSS backgrond */

body {
	background-color: #313131;
	text-align: center;
	border-top-color: #84888d;
	border-right-color: #84888d;
	border-bottom-color: #84888d;
	border-left-color: #84888d;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
