@charset "utf-8";
body {
	background-image: url(img/ps_01.jpg);
	background-repeat: repeat-x;
}
#utama {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 1000px;
	height: 180px;
	background-image: url(img/ps_04.jpg);
}
#utama #menu {
	width: 1000px;
	height: 50px;
	margin-left: 0px;
}
#utama #menu .button {
	width: 200px;
	height: 50px;
	float: left;
}
#utama #isi {
	width: 1000px;
	height: 800px;
	background-color: #F4BCBD;
}
