/* #Typography
================================================== */
body {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}
p {
	margin: 0 0 20px 0;
	color: #999;
}
/* #Links
================================================== */
a {
	color: white;
	text-decoration: none;
	border-radius: 5px;
	background: rgb(40, 140, 80);
	padding: 8px 8px 4px 8px;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	background: rgb(80, 180, 120);
}
/* #Layout
================================================== */
body {
	background-color: rgb(236, 236, 236);
	overflow: hidden;
	height: 100%;
	width: 100%;
}
#container {
	width: 960px;
	margin: 40px auto 0 auto;
}
#title {
	margin: 0px auto;
}
#description {
	margin: 40px auto 0px auto;
	width: 900px;
}
#footer {
	clear: both;
	margin: 0px auto;
	text-decoration: none;
}