html {
	height: 100%;
}
	body {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		text-align: center;
		background: #777777; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover,  #777777 0%, #333333 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#777777), color-stop(100%,#333333)); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  #777777 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  #777777 0%,#333333 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  #777777 0%,#333333 100%); /* IE10+ */
		background: radial-gradient(ellipse at center,  #777777 0%,#333333 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		color: #aaa;
	}
		h1 {
			position: absolute;
			top: 50%;
			width: 100%;
			margin-top: -135px;
		}
		h2 {
			position: absolute;
			top: 50%;
			width: 100%;
			height: 32px;
			line-height: 32px;
			margin-top: 160px;
			font-size: 32px;
			vertical-align: middle;
		}
