@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	bottom: 0px;
}
#centered_container {
	width: 987px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #444444;
}
