	body {
		background: url(img/FH_BG2.jpg)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'PT Sans', sans-serif;
		}

	h1 { color: #fff;
		font-size: 50px;
		font-weight: normal;
		margin-bottom: 0;
	}

	h2 { color: #fff; 
		font-size: 18px;
		margin-top: 0;
	}

	.bio { color: #fff; 
			font-size: 14px;
	}

	.me {height: 150px;
		border-radius: 100%;
		border-style: solid;
		border-color: #fff;
		margin-top: 40px;
	}

	.about {
		width: 400px;
		margin-left: 40px;
		margin-right: auto;
		text-align: center;
	}

	.grey {
		height: 3px;
		background-color: #DADFE0;
		border: 0px;
		width: 75px;
	}