@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-image: url(../img_s/footer_bg.jpg);
	background-color: #ffecac;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #58442b;
}
a:link {
	color: #58442b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #58442b;
}
a:hover {
	text-decoration: underline;
	color: #58442b;
}
a:active {
	text-decoration: none;
	color: #58442b;
}


#wildflower {
	width: 100%;
	height: 600px;
	background-image: url(../img_s/main_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #ffecac;
}
#fence {
	width: 100%;
	height: 3px;
	background-color: #58442b;
}
#boots {
	width: 100%;
	padding: 40px;
	text-align: center;
}
