body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: 17px;
	color: #6f6a6a;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
}

h1 {
	color: #4c4c4c;
	font-size: 28px;
	margin-bottom: 0;
	margin-top: 30px;
}

p {
	/*margin-top: 10px;*/
}

strong {
	color: #6f6a6a;
	font-weight: bold;
}

div.logo {
	margin: 80px auto 40px auto;
	width: 180px;
	height: 67px;
	background: url("logo.png") no-repeat;
	background-size: 180px 67px;
}

span.loading {
	margin: 10px auto;
	display: block;
	width: 30px;
	height: 30px;
	background: url("loading.gif") no-repeat;
	background-size: 30px 30px;
}
