body {
	background: #fff;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-family: 'Signika', sans-serif;
}

div.center {
	width: 720px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: -200px;
	text-align: center;
}
 

div.bottom {
    width: 800px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
		left: 50%;
		margin-left: -400px;
}
p {
	text-align: center;
	font-size: 24px;
	color: #5C5C5C;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	font-weight: 400;
	margin-top: 50px;
}

span.red {
	text-align: center;
	font-size: 86px;
	line-height: 100px;
	margin: 0px;
	padding: 0px;
	bottom: 0;
	letter-spacing: 0em;
	font-weight: 400;
	color: #9E0938;
}

p.big {
	text-align: center;
	font-size: 86px;
	line-height: 100px;
	margin: 0px;
	padding: 0px;
	bottom: 0;
	letter-spacing: 0em;
	font-weight: 400;
}

p.small {
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	bottom: 0;
	letter-spacing: 0em;
	font-weight: 400;
}

p > a {
	color: #009fe3;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	margin-top: 55px;
	text-decoration: none;
} 