body {
	font-size: 11pt;
	background: none;
	width: 100%;
}
#nav {
	display: none;
}
#meta {
	position: absolute;
	top: 0;
	float: none;
	width: 20%;
}
#logo img {
	width: 100%;
}
#container {
	position: static;
}
#content {
	float: none;
	width:  75%;
	margin-left: 25%;
	padding: 0;
}
#company {
	display: block;
	width:  75%;
	margin-left: 25%;
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
}
#content a:not([href^="#"]):after {
	content: " (" attr(href) ")";
}
#content a[href^="#"] {
	border: none;
}
