@charset "utf-8";
body {
	background-color: #222;
	text-align: center;
	position: relative;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(auto,auto,0px,auto);
}
#mainContent {
	background-color: #222;
    text-align: center;
	position: relative;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(auto,auto,0px,auto);
}
#mainHeader {
	background-color: #222;
    text-align: center;
	position: relative;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(auto,auto,0px,auto);
}

