@font-face {
	font-family: 'saxMonoRegular';
	src: url('/fonts/saxmono-webfont.eot#') format('embedded-opentype'),
		 url('/fonts/saxmono-webfont.woff') format('woff'),
		 url('/fonts/saxmono-webfont.ttf') format('truetype'),
		 url('/fonts/saxmono-webfont.svg#webfontU9X74ul7') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#000000;
	color:#3399CC;
	font-family: 'saxMonoRegular',sans-serif;
	font-size:14pt;
	line-height:14pt;
}
h1,h2,h3 {
	display:block;
	width:100%;
	clear:both;
	color:#3399CC;
	font-size:2em;
}
a {
	color:#0033FA;
	text-decoration:none;
}
img {
	margin:0;
	padding:0;
	border:0;
}
div#page {
	display:block;
	margin:0 auto;
	padding:0;
	width:926px;
	text-align:left;
}
div#header {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:200px;
	overflow:visible;
	text-align:center;
}
div#skills {
	display:block;
	width:929px;
	padding:0;
	margin:0 auto;
}
div#skills a {
	display:block;
	width:100%;
	padding:0;
	margin:0;
	background-color:#CECECE;
	clear:both;
}
div#skills a:hover {
	background-color:#FFFFFF;
}
div#footer {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	color:#CECECE;
	text-align:left;
	font-size:8pt;
	bottom:0;
	position:absolute;
}
div#footer a {
	color:#FEFEFE;
}
