body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #666;
  margin: 0;
  padding: 0;
}

.header {
	height: 306px;
	margin: 0;
	background: url(/images/bright_squares.png) repeat-x;
}

.content {
	max-width: 720px;
	margin: auto;
}

.intro {
	padding-top: 3em;
	font-size: 16px;
  	font-weight: 300;
  	text-align: center;
}

#findme {
	margin: auto;
	width: 340px;	
}

#findme a:link ,a:visited {
	text-decoration: none;
}

#findme img {
	width: 30px;
	height: 30px;
	padding: 0 5px 0 5px;
}
