body {
	margin: 0;
	padding: 0;
	background-color: black;
  color: white;
}

#footer {
	max-width: 1280px;
}

#image {
 	background: url(me.jpg) no-repeat left top;
 	height:  850px;
 	border: 4px solid black;
 	margin-bottom: 20px;
}

#contact {
	float: left;
 	margin: 20px;
}

#social {
 	float: right;
}

h1, p {
	margin: 0;
	padding: 0;
 	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 14pt;
	line-height: 20pt;
 	font-weight: bold;
}

p {
	font-size: 12pt;
 	line-height: 15pt;
	color: silver;
}

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

a:active, a:hover {
	text-decoration: underline;
}
