body {
	position: relative;
	height: 100%;
	font-size: 62.5%; /* font-size 1em = 10px */
	font-family: Times, serif;
	color: #404040;
	background-color: #FAFAFA;
}

a {
	color: #404040;
	text-decoration: none;
	padding: 0.5px 3px;
}

a:hover {
	color: #FAFAFA;
	background-color: #404040;
}

#a:after {
#	position: relative;
#	left: 0.05em;
#
#	font-size: 38px;
#	font-style: normal;
#	line-height: 0.15em;
#	vertical-align: super;
#   content:'\2022';
#}

#a:hover:after {
#	color: #FF0000;
#}

h1 {
	width: 50%;
	margin-top: 3.5em;
	margin-bottom: 1.3em;
	
	font-size: 7em;
	font-family: Helvetica, sans-serif;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

#tail {
	display: inline-block;
	-ms-transform: rotate(15deg) translate(8px, 46px); /* IE 9 */
    -webkit-transform: rotate(15deg) translate(8px, 46px); /* Chrome, Safari, Opera */
    transform: rotate(15deg) translate(8px, 46px);
}

#gap {
	height: 20em;
}

#content {
	width: 610px;
	margin: 0 auto;
}

#content ul {
	margin: 0;
	padding: 0;
	line-height: 2em;
	font-size: 2.1em;
}

#content li {
	list-style: none;
	margin-bottom: 2em;
}

#content li .project {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

#header {
	display: table;
	margin-top: 2%;
	margin-left: 11%;
	
	font-size: 23em;
	letter-spacing: -0.06em;
}

#footer {
	position: absolute;
	width: 600px;
	height: 30px;
	bottom: 0;
	
	font-size: 1.6em;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: 0.125em;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#aux {
	width: 610px;
	margin: 10% auto;
}

#aux ul {
	margin: 0;
	padding: 0;
	line-height: 2em;
	font-size: 5.1em;
}

#aux li {
	list-style: none;
	margin-bottom: 0.2em;
}