#box_utama_atas{
	position:absolute;
	height: 25px;
	width: 100%;
	min-width:1100px;
	top: 0px;
	z-index: 1000;
	box-sizing: border-box;
}
#box_utama_atas_ctr{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
}

#box_utama_atas_mid{
	height: 105px;
	position:absolute;
	width: 100%;
	min-width:1100px;
	background: -webkit-linear-gradient(top, #5f9a07 0%,#4d7d05 100%) !important;
	top: 0px;
	z-index: 1000;
	box-sizing: border-box;
}

#box_utama_banner{
	position: relative;
	margin-top: 0px;
	min-width:1100px;
	width: 100%;
	height: 700px;
	background: #ffffff;
	overflow: hidden;
	box-sizing: border-box;
}
#box_utama_link{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #ffffff;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}

#box_utama_link_mid{
	position: relative;
	width: 100%;
	min-width:1100px;
	box-sizing: border-box;
}
#box_utama_mid{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #f3f3f3;
	min-height: 250px;
}

#box_utama_mid_tengah{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
}

#box_utama_bawah{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: rgba(192, 196, 196,0.95);
	min-height: 200px;
}
#box_utama_full_tengah{
	position: relative;
	width:1100px;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
}
#box_utama_footer{
	position:relative;
	width: 100%;
	min-width:1100px;
	min-height: 165px;
	background: -webkit-linear-gradient(top, #5f9a07 0%,#4d7d05 100%) !important;
	box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
	#box_utama_atas{
		min-width: 100%;
	}
	
	#box_utama_atas_mid{
		min-width: 100%;
		height: 85px;
	}
	#box_utama_full{
		min-width: 100%;
	}
	#box_utama_banner{
		min-width: 100%;
		height: 320px;
	}
	#box_utama_link{
		min-width: 100%;
	}
	#box_utama_link_mid{
		width: 100%;
	}
	#box_utama_mid,#box_utama_midb,#box_utama_midb1,#box_utama_midb2,#box_utama_bawah{
		min-width: 100%;
	}
	#box_utama_mid_tengah,#box_utama_atas_ctr,#box_utama_midb2{
		width: 100%;
	}
	#box_utama_midb2,#box_utama_midb1{
		margin-left: 0px;
	}
	#box_utama_footer{
		min-width: 100%;
	}
	
}