*
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
	background: #222;
	background: linear-gradient(#111,#234);
	font-family: sans-serif;
	font-size: 21px;
	font-weight: 200;
}
body
{
	display: table;
	width: 100%;
	height: 100%;
}
h1
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font: inherit;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
	h1 img
	{
		width: 600px;
	}