html, body{
	min-height: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#page-container{
	height: 93%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	text-align: center;
	padding-bottom: 20px;
}

	.complex-grid {
		background: #F4F2E9 url(../images/complex-grid.png) top center repeat;
	}

	.five-by-five-grid {
		background: transparent url(../images/5x5-green-grid.png) top center no-repeat;
	}