html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container-outer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}