body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: arial, verdana;
	margin-top: 10%;
	text-align: center;
}

h1 {
	color: #3664FF;
	font-size: 14px;
}

p {
	color: #999999;
	font-size: 12px;
}

#logo {
	background-image: url(../img/implit-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 140px;
}