	
html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}