html, body { 
	background: #000000;
	font-size: 14px;
	min-height: 888px;
	width: 100%;
}

p { 
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

p#consultant {
	color: #1353b4;
	font-style: italic;
	text-align: center;
	font-size: 29px;
	font-family: Georgia;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

#wrapper { 
	width: 780px;
	margin: 0 auto;
}

#wrapper h1 { 
	text-align: center;
}

#wrapper h1 a { 
	font-family: "Georgia", sans-serif;
	font-size: 40px; 
	font-weight: 300;
	color: #cf0f26;
	text-decoration: none;
}