body {
	background: #F8F8F8 url('../img/bg-noise.png') top left;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

p {
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	line-height: 1.5em;
}

h1 {
	font-family: 'MuseoSlab500Regular', sans-serif;
	text-align: center;
	color: #999;
	font-size: 42px;
	margin: 30px 0 0 0;
}

.title {
	width: 90%;
	margin: 0 auto;
}

.title p {
	text-align: center;
	margin-bottom: 40px;
}

.credits {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	clear: both;
}

#github-logo {
	position: fixed;
	bottom: -5px;
	right: 20px;
	z-index: 1;
	display: block;
	opacity: 0.4;
}

.github-ribbon {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

.projects{
	width: 90%;
	margin: 0 auto;
}

@font-face {
	font-family: 'MuseoSlab500Regular';
	src: url('../font/Museo_Slab_500-webfont.eot');
	src: url('../font/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/Museo_Slab_500-webfont.woff') format('woff'),
		 url('../font/Museo_Slab_500-webfont.ttf') format('truetype'),
		 url('../font/Museo_Slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
