* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background: rgb(104,104,104); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(104,104,104,1) 0%, rgba(127,127,127,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(104,104,104,1)), color-stop(100%,rgba(127,127,127,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(104,104,104,1) 0%,rgba(127,127,127,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(104,104,104,1) 0%,rgba(127,127,127,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(104,104,104,1) 0%,rgba(127,127,127,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(104,104,104,1) 0%,rgba(127,127,127,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
	background: #2098bb;
}
h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 223px;
	width: 330px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -165px;
	margin-top: -112px;
	background: url(logo.png) center center no-repeat;
	background-size: 330px
}