body {
	background: #272f1d;
	font-family: arial, sans-serif;
}

.main_wrap {
	padding: 10px 20px;
	display: block;
	width: 875px;
	height: 836px;
	margin: 0 auto;
}
.main {
	display: block;
	width: 875px;
	height: 836px;
	margin: 0 auto;
	background: url(images/bg.jpg) no-repeat 0 0;
}

.header {
	display: block;
	width: 100%;
	height: 160px;
}

.content {
	clear: both;
	display: block;
	width: 100%;
	height: 500px;
}
.button_left, .button_right {
	width: 414px;
}
.button_left {
	float: left;
	margin: 0px 0px 0px 15px;
}
.button_right {
	float: right;
	margin: 0px 15px 0px 0px;
}
.button_left span, .button_right span {
	width: 350px;
	margin: 0 auto;
	display: block;
}

.button_left a, .button_right a {
	display: block;
	width: 414px;
	height: 347px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 15px #988561;
	-moz-box-shadow: 0px 0px 15px #988561;
	-webkit-box-shadow: 0px 0px 15px #988561;
}
.button_left a {
	background: url(images/button-outdoor-adventure.jpg) no-repeat 0 0;
}
.button_right a {
	background: url(images/button-hunting.jpg) no-repeat 0 0;
}
.button_left a:hover, .button_right a:hover {
	opacity: 0.8;
}

.footer {
	text-align: center;
	margin-top: 146px;
}
.online_store_callout a {
	display: block;
	width: 284px;
	height: 44px;
	border: 1px solid #383637;
	border-radius:5px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 auto;
	background: url(https://www.ridethereef.com/wp-content/themes/newscast/images/skin1/c-store.jpg) no-repeat 0 0;
}
