#box_utama_atas{
	position:absolute;
	height: 25px;
	background: #ededed;
	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: 83px;
	position:absolute;
	width: 100%;
	min-width:1100px;
	background: #f8c72e;
	top: 2px;
	z-index: 1000;
	box-sizing: border-box;
	border-top: 2px solid #f8c72e;
	border-bottom: 2px solid #ededed;
}
#box_utama_full{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #f8e779;
	min-height: 200px;
	box-sizing: border-box;
	overflow: hidden;
}
#box_utama_full_tengah{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
}
#box_utama_sub{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #f5f5f5;
	min-height: 200px;
	box-sizing: border-box;
	overflow: hidden;
}
#box_utama_banner{
	position: relative;
	margin-top: 85px;
	min-width:1100px;
	width: 100%;
	height: 500px;
	background: #d6d6d6;
	overflow: hidden;
	box-sizing: border-box;
}
#box_utama_link{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #f5f5f5;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}
#box_utama_link_mid{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
	padding: 10px 0px 30px 0px;
}
#box_utama_mid{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #f5f5f5;
	min-height: 250px;
}
#box_utama_mid_tengah{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
}
.box_utama_mid_tengah{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
}

#box_utama_tengah_kiri{
	position: relative;
	width: 740px;
	float: left;
	min-height: 100px;
}
#box_utama_tengah_kanan{
	position: relative;
	width: 340px;
	float: left;
	min-height: 100px;
}
#box_utama_tengah_tengah,#box_utama_tengah_kanan{
	margin-left: 10px;
}

#box_utama_bawah{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #ffbe2c;
	min-height: 250px;
}
#box_utama_bawah_tengah{
	position: relative;
	width: 100%;
	/*width: 1100px;*/
	box-sizing: border-box;
	padding: 5px 0px 5px 0px;
}
#box_utama_footer{
	position:relative;
	width: 100%;
	min-width:1100px;
	min-height: 165px;
	background: #211b0e;
	box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
	#box_utama_atas{
		min-width: 100%;
	}
	#box_utama_atas_ctr{
		width: 100%;
	}
	#box_utama_atas_mid{
		min-width: 100%;
	}
	#box_utama_full{
		min-width: 100%;
	}
	#box_utama_banner{
		min-width: 100%;
		height: 300px;
	}
	#box_utama_link{
		min-width: 100%;
	}
	#box_utama_link_mid{
		width: 100%;
	}
	#box_utama_mid{
		min-width: 100%;
	}
	#box_utama_sub{
		min-width: 100%;
	}
	#box_utama_mid_tengah{
		width: 100%;
	}
	.box_utama_mid_tengah{
		width: 100%;
	}
	#box_utama_tengah_kiri,#box_utama_tengah_kanan{
		width: 100%;
		margin-left: 0px;
	}
	#box_utama_bawah{
		width: 100%;
		min-width: 100%;
	}
	#box_utama_bawah_tengah{
		width: 100%;
	}
	#box_utama_footer{
		min-width: 100%;
	}
	
}