body {
	background: #ffb169 url('img/the-forest.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow: hidden;
}


#axe {
	width:259px;
	height:320px;
	position: absolute;
	top: -10px;
	right: 10%;
	background: url("img/axe.png") no-repeat center center;
}


#horse {
	position: absolute;
	z-index: 25;
	bottom: -5px;
}

#hand {
	position: absolute;
	z-index: 35;
	bottom: -22px;
	left: 20px;
}

#slogan {
	width: 40%;
	border: 5px solid #fff;
	margin: 18% 22%;
	padding: 5px 50px;
}

#slogan h1 {
	color: #fff;
	font-family: arial;
	font-size: 3em;
	text-align: center;
}

#slogan p {
	color: #fff; 
	font-family: arial;
	font-size: 1.1em;
	text-align: center;
}

