body {
	background: white;
	color: rgba(20,20,100,1);
	width: 100%;
	height: 100%;
	margin: auto;
	font-family: 'Helvetica';
	font-weight: 100;
}
#center {
	width: 600px;
	height: 100%;
	margin: auto;
}
#title {
	margin-top: 50%;
	width: 100%;
	height: 130px;
	border-top: 1px solid rgba(20,20,100,1);
	line-height: 130px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 17px;
}
#contact {
	margin-top: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	color: grey;
}
