html, body {
	font-family: 'Inconsolata', sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background: black;
	text-shadow: 0px 0px 4px #fff;
}

img {
	border: none;
}

img.bg {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	display: block;

	max-width: 1920px;
	max-height: 1440px;
}

div.main {
	height: 100%;
	border: 0;
	padding: 0;
}

div.about {
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 60%;
	bottom: 0;
	left: 10%;
	overflow: auto;
	width: 90%;
}

span.name {
	font-size: 40px;
}

div.email {
	font-size: 30px;
}

a {
	font-size: 20px;
	text-decoration: none;
	color: black;
}

a:visited {
	font-size: 20px;
	color: black;
}
