html {
	height: 100%;
	overflow: hidden;
}

#container {
	height: 100%;
}

body {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18;
	font-weight: bold;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #222222;
}