#inner {
	width: 800px;
	margin: 0 auto;
}

#logo {
	text-align: center;
	margin-top: 50px;
}

#header {
	text-align: center;
}

#contact a {
	text-decoration: none;
	color: black;
	font-size: 0.8em;
}

#contact a:hover {
	text-decoration: underline;
}

.custom_blockquote {
	border-left: none !important;
	text-align: center;
}

.vcenter {
	display: inline-block;
    vertical-align: middle;
}