/* CSS Document */

#Header {
	position:relative;
	width:1024;
	height:281;
	z-index:1;
}
#kiri {
	position:relative;
	width:244px;
	height:100;
	z-index:2;
	float:left;
	
}
#tengah {
	position:relative;
	width:530;
	height:100;
	z-index:3;
	float:left;
	
}
#kanan {
	position:relative;
	width:244;
	height:100;
	z-index:4;
	float:right;
}
#footer {
	position: relative;
	width:1024px;
	height:115px;
	z-index:5;
}
