body, html {
	margin: 0;
	padding: 0;
	font-family: 'Bitter', serif;
	line-height: 44px;
	font-size: 22px;
	color: #7a7a7a;
	background: #e1e5ea url(../images/bg-tile.png) repeat top center;
}

a  {
	color: #728591;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 18em;
}

#container {
	width: 100%;
	margin: 3em 0 0 0;
	padding: 0;
	position: fixed;
}

#logo, logos {
	text-align: center;
}

#about p em {
	font-size: 36px;
}

#logos p {
	width: 100%;
}