#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: 80px;
	position:fixed;
	width: 100%;
	min-width:1100px;
	background: #a54e00;
	top: 0px;
	left:0px;
	z-index: 1000;
	box-sizing: border-box;
}
#box_utama_full{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #222222;
	min-height: 250px;
	overflow: hidden;
	box-sizing: border-box;
}

#box_utama_banner{
	position: relative;
	margin-top: 78px;
	min-width:1100px;
	width: 100%;
	height: 600px;
	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;
	box-sizing: border-box;
}
#box_utama_mid{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #f3f3f3;
	min-height: 250px;
}
#box_utama_midb{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #ffffff;
	min-height: 250px;
}
#box_utama_midb1{
	position:relative;
	width: 65%;
	float: left;
	margin-left: 1%;
	box-sizing: border-box;
}
#box_utama_midb2{
	position:relative;
    width: calc(32% - 10px);
    margin-left: 10px;
    box-sizing: border-box;
	float: left;
	background: #292F33;
}
#box_utama_mid_tengah{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
}
#box_utama_bawah{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: rgba(142, 142, 142,0.95);
	min-height: 200px;
}

#box_utama_footer{
	position:relative;
	width: 100%;
	min-width:1100px;
	min-height: 165px;
	background: #3b5900;
	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: 75px;
	}
	#box_utama_full{
		min-width: 100%;
	}
	#box_utama_banner{
		min-width: 100%;
		height: 180px;
		margin-top: 75px;
	}
	#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_footer{
		min-width: 100%;
	}
	
}