html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
}

#all {
	position: absolute;
	width: 842px;
	margin: auto auto 0 -421px;
	left: 50%;
}

#header {
	width: 100%;
	height: 45px;
}

#headerLogoImg {
	float: right;
}

#content {
	height: 100%;
	width: 100%;
}
