#box_utama_header{
	height: 60px;
	position:relative;
	width: 100%;
	min-width:1100px;
	background: #f8efef;
	top: 0px;
	left:0px;
	z-index: 1000;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#box_utama_main{
	position:fixed;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	box-sizing: border-box;
	padding-top: 65px;
}
@media only screen and (max-width: 800px) {
	
}