﻿body {
	font-size: 16px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	background-color: #f0f0f0;
}

	body > #container {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
