body {
	font-family: 'Roboto', Sans-serif;
	background-color: #FFF;
	margin: 0;
}

#content {
	top:50%;
	height:250px;
	width: 600px;
	margin-left: -300px;
	position: absolute;
	margin-top: -125px;
	left: 50%;
}

p	{
	font-family: 'Roboto', Sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.4em;
	text-align: center;
	padding-top: 20px;
}
