body {
	background: white;
	font-size: 50%
	}
	
#header {
	display: none;
	}
	
#inner-body-wrapper, #inner-body {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	color: black; 
	background: transparent;
}

.contact {
	float:none;
	margin-left: 0px;
	padding-left: 0px;
	border: 0px;
}
.contact .fn {
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
}
/*.contact div {
	display: inline;
	margin-right: 40px;
}*/
.resume-link, .contact div.adr {
	display: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
}