@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background: black;
}
#page-container {
	width: 410px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px; /* Half the height of your image, as a negative. */
	margin-left: -205px; /* Half the width of your image, as a negative. */
}
