body {
	background-color:#FFF;
	font-family: Arial, sans-serif;
	color:#000;
	margin:0px;
}
body, html {
	height:auto;
}
img#home_bg {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	z-index:0;
}
#container {
	z-index:1;
	position: relative;
	width:788px;
	margin: 80px auto;
}
p#tagline {
	font-family: 'Roboto', 'Times New Roman', serif;
	font-size: 1.2rem;
	margin-top: 10px;
}
a#enter-link {
	text-decoration: none;
	display: inline-block;
	color: #FFF;
	margin: 100px auto;
	background-color: #293624;
	font-size: 1.8rem;
	padding: 20px 50px;
	font-family: 'Roboto', 'Times New Roman', serif;
}
a#enter-link::after {
	display: inline-block;
	padding-left: 15px;
	content: "\0279E";
	transition: transform 0.3s ease-out;
}
a#enter-link:hover, a#enter-link:focus {
	background-color: #3e5335;
}
a#enter-link:hover::after, a#enter-link:focus::after {
	transform: translateX(8px);
}
a.home_section {
	display:block;
	width:100%;
	height:270px;
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
	font-family: 'Roboto', 'Times New Roman', serif;
	color:#000;
	font-size:40px;
	text-decoration:none;
	margin-bottom:8px;
}
a.home_section:hover span {
	background: rgba(0,0,0,0.8);
}
.home_section span {
	display:block;
	position:absolute;
	bottom:10px;
	left:10px;
	background:rgba(0,0,0,0.5);
	padding:5px 10px;
}
#home_footer {
	font-size:12px;
	margin-top:30px;
}
#home_footer a {
	color:#000;
}