body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #282B33;
}
div.container {
	min-height: 10em;
	display: table-cell;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    position: fixed;
	display: table
}
p {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}