@charset "utf-8";
html, body, a {
	color: #224912;
	text-align: center;
}
#container {
	background: url(../img/splash.jpg) no-repeat center top;
}
#title {
	position: absolute;
	top: 343px;
	right: 54px;
	text-align: center;
	padding: 0;
	margin: 0;
}
h1 {
	font: 48px/48px "Learning Curve";
	padding: 0;
	margin: 0;	
}
h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}

