html {
	background: #D5DED9;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #555;
	height: 100%;
}
a {
	color: #3E4147;
	text-decoration: none;
}
a:hover {
	color: #2A2C31;
	border-bottom: 2px solid #2A2C31;
	text-shadow: 0px 1px #D5DED9;
}
#container {
  margin: 100px;
  width: 550px;
  text-shadow: 0px 1px #fff;
}
#container p {
	text-align: left;
  margin-bottom: 40px;
}

img.typekit-badge {
	display: none !important;
}