div
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background: #eee;
}
h1
{
	display: none;
}
img
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
}
