* { margin: 0; padding: 0; }
html { height: 100%; }
.overflow { overflow: hidden; }
body, #body {
	height:100%;
}
#container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}