@import url(https://fonts.googleapis.com/css?family=Roboto:300,400|Roboto+Slab:700);
body,html { 
	height: 100%;
	width: 100%; 
	background: #fff; 
}
* { 
	margin: 0; 
	padding: 0; 
	font: 30px/47px Roboto, sans-serif, arial, verdana, tahoma; 
	outline: none; 
}
#wrap { 
	height: 100%; 
	width: 910px; 
	display: table; 
	margin: 0 auto 
}
#content { 
	text-align: left; 
	display: table-cell; 
	vertical-align: middle 
}
h1 { 
	font-family: 'Roboto Slab', serif;
	font-weight: 700; 
	font-size: 60px;
	line-height: 71px; 
	color: #1C75BC;
}
h2 { 
	font-weight: 400; 
	color: #185790; 
	margin-top: 27px; 
	font-size: 28px;
	line-height: 43px; 
} 
h2 span { 
	display: block; 
	margin-top: 27px; 
}
#hello { 
	position: absolute; 
	bottom: 45px; 
	right: 50px; 
	color: #1C75BC; 
	line-height: 25px;
	font-weight: 300;
	font-size: 22px;
}