html {
	height: 100%;
}
body {
	background-color: #000;
	color: white;
	min-height: 100%;
	height: 100%;
}

.inline {
	display: inline-block;
}

.table {
	display: table;
	height: 100%;
	margin-bottom: 0px;
}

.table-cell {
  	display: table-cell;
  	vertical-align: middle;
}
 
