@charset "utf-8";

#splash {
	width: 100%;
	height: 390px;
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#splash-text {
	width: 340px;
	margin-left: 375px;
	font-size: 12px;
	color: #333;
	font-family: 'CenturyGothic', 'Century Gothic';
	margin-right: 15px;
}
