html, body {
	height: 100%;
	width: 100%;
}
.container {
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}
.container .content {
	display: table-cell;
	vertical-align: middle;
}