@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
body {
	text-align: center;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #222222;
}
#pageWrapper {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #222222;
}