body {
	background: #6a94bf; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #6a94bf 0%, #34495e 100%); /* FF3.6-15 */ 
	background: -webkit-radial-gradient(center, ellipse cover, #6a94bf 0%,#34495e 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #6a94bf 0%,#34495e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a94bf', endColorstr='#34495e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: rgba(255, 255, 255, 1.0);
	font-family: Alegreya Sans SC;
	font-size: 90px;
	text-align: center;
	text-shadow: 2px 3px 3px rgba(42, 60, 77, 0.7);
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div {
	width: 450px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
