@charset "utf-8";

#top {
	width: 100%;
	height: 200px;
	background-image: url(img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0 auto;
}
#top_text {
	width: 65%;
	padding-top: 0.1em;
	padding-left: 0.25em;
	margin-top: 10px;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 350%;
	color: #FFF;
	text-decoration: none;
	text-shadow: 2px 2px 5px #000;
}
#top_logo {
	width: 30%;
	padding: 0px;
	margin-top: 10px;
	float: left;
}
#splash {
	width: 100%;
	height: auto;
	margin: 0px;
	background-image: url(img/splash1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}