
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700italic);

body {
	margin: 0;
	padding: 0;
	background-color: #202020;
	font-family: 'Ubuntu Mono';
	color: #aaaaaa;
}

a:link {
	color: #eeeeee;
	text-decoration: none;
}

a:visited {
	color: #eeeeee;
}

a:hover {
	text-decoration: underline;
}

#headerimg {
	width: 100%;
	height: 100px;
	background-image: url(/images/bg.png);
	text-align: center;
	font-size: 84px;
	color: #ffffff;
	font-family: 'Ubuntu Mono';
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #ffffff;
}

#content {
	text-align: center;
}

.centered {
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

#dev {
	padding-top: 20px;
	padding-left: 30px;
	font-size: 48pt;
}

#ext {
	top: -10px;
	font-size: 44pt;
	padding-left: 60px;
	position: relative;
}


