body {
	margin:0;
	text-align:center;
	background:#fff;
	height: 100%;
}
img {
	border:0;
}
html, body {
    margin:0;
    padding:0;
    height:100%
}
a {
	outline: none;
}

#logo {
	border-radius:25px;
	background:#fff;
	padding:20px 40px;
	margin-top:-64px;
	margin-bottom:30px;
	display:inline-block;
}

#content {
	position:relative;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	background:#fff;
	border-top:150px solid #bab9b6;
	background:#fff;
	text-align:center;
	width:100%;
	padding:0;
	margin:0 auto;
	font-size:16px;
	line-height:20px;
}
#content a {
	color:#910012;
}
#content a:hover {
	color:#e2001a;
}
#content h1 {
	font-size:28px;
	line-height:30px;
	margin:0 0 30px 0;
	color:#444;
	text-align:left;
}
#content h2 {
	font-size:16px;
	line-height:20px;
	margin:0 0 5px 0;
	text-align:justify;
}

#text {
	font: 16px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	line-height:20px;
	max-width:580px;
	margin:0 auto;
	text-align:left;
}