@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) center top no-repeat fixed;
}
.clearall {
	clear: both;
}
h1 {
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #251f03;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
	z-index: 99999;
}
p {
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #251f03;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	z-index: 99999;
}
.divline {
	position: relative;
	width: 500px;
	margin: 0 auto;
	height: 2px;
	background-color: #a3aaa1;
	margin-top: -10px;
	z-index: 99999;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#logo {
	position: relative;
	margin: 0 auto;
	margin-top: 100px;
	width: 500px;
	height: 511px;
	z-index: 99999;
}
#mountains {
	position: fixed;
	background: url(../images/mountains.png) center top no-repeat;
	width: 100%;
	height: 500px;
	bottom: 0px;
}
