html, body { 
    margin: 0px;
    padding: 0px;
    font-family: trebuchet, trebuchet ms, verdana, arial, helvetica, sans-serif;
    color: #fff;
    height: 100%;
    background-color: #000;
}

#container {
    height: 100%;
    height: auto;
    min-height: 100%;
}

#header {
	clear: both;
	position: relative;
	font-size: 40pt;
	padding-left: 0.5em;
}

a {
    color: #fff;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#isa {
    font-size: 16pt;
    margin-left: 8em;
}

#main {
	width: 100%;
	float: right;
	position: relative;
	height: 100%;
	min-height: 100%;
	padding-bottom: 2em;
}

#footer {
	clear: both;
	position: relative;
	height: 2em;
	margin-top: -2em;
	font-size: 10pt;
}

#main ul#aboutme {
	list-style: none;
	margin: 0px;
	padding-top: 0.5em;
}

#main a {
    font-size: 20pt;
}

#main a:visited {
    color: #ddd;
}

#main a:hover {
    font-size: 26pt;   
}
