@charset "UTF-8";

/* BASICS */
html, body {
	height: 100%;
}
body {
	background-color: #000000;
	color: #ffffff;
}
p {
	margin: 1em;
}

/*  */
#PageContainer {
	text-align: center;
}
#PageFooter {
	text-align: center;
}

/* STICKY FOOTER */
#PageContainer {
	height: 100%;
	min-height: 100%;
	margin-bottom: -40px;
}
#PageContainer:after {
  content: "";
  display: block;
}
#PageFooter {
  height: 40px; 
}
#PageContainer:after {
  height: 40px; 
}

/* MISCELLANY */
