* {
	margin: 0;
	padding: 0;
	list-style: none;
}


body, html {  
  height: 100%;  
  margin: 0;   
}
.clear{
	clear: both;
}
.banner{
	height: 668px;
	width: 100%;
	background-image: url(../img/business_banner.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.about_title{
	position: relative;
	left: 18.75%;
	top: 225px;
	font-size: 60px;
	width: 245px;
}
.business_intro{
    height: 160px;
    width: 45.83%;
    position: relative;
    left: 18.75%;
    top: 321px;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.8em;
    font-size: 0.78125vw;
    letter-spacing: 1px;
}
.business_DRF{
	height: 545px;
	width: 100%;
	background-image: url(../img/drf.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.business_DRF_title{
	width: 30.20%;
    font-size: 1.66vw;
    margin: 180px 0 0 15.625%;
    float: left;
    text-align: center;
    color: #7D552B;

}
.business_DRF_more{
	margin: 90px 0 0 0;
    font-size: 0.9375vw;
    color: black;
}
.business_DRF_pic{
	background-image: url(../img/business_fodder.png);
    width: 40%;
    height: 345px;
    position: relative;
    float: left;
    margin: 150px 0 0 5.2%;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.business_health{
	height: 545px;
	width: 100%;
	background-image: url(../img/health.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.business_health_title{
	width: 30.20%;
    font-size: 1.66vw;
    margin: 180px 0 0 15.625%;
    float: left;
    text-align: center;
    color: #336096;

}
.business_health_more{
	margin: 90px 0 0 0;
    font-size:  0.9375vw;
    color: black;
}
.business_health_pic{
	background-image: url(../img/business_fodder2.png);
    width: 26.45%;
    height: 424px;
    position: relative;
    float: left;
    margin: 75px 0 0 5.2%;
}
