body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#center {
	position: absolute;

	top: 50%;
	left: 50%;

	margin-left: -300px;
	margin-top: -84px;

	width: 600px;
	height: 168px;
	text-align: center;
}

#center p {


	margin-top: 20px;
}



h1 {
  line-height: 45px;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}