/* Page grid
-------------------------------------------------------------- */
#background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#background img {
	width: 100%;
	height: 100%;
	display: block;
}
#content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -321px 0 0 -504px;
	z-index: 1;
}