body{
	background-image: url(image.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

h1{
	color: #e67e22;
	font-family: "Engravers MT", times, serif;
	font-size: 40pt;
	text-align: center;
}
.menu{
	background-color: rgba(230, 126, 34,1.0);
	float: left;
	width: 200px;
	margin-left: 7px;
	height: 600px;
	margin-left: 175px;
	margin-right: auto;
}
.menu a{
	color: white;
	text-decoration: none;
}
.menu li{
	font-family: "News706 BT", times,serif;
	font-size: 20pt;
	float: left;
	text-align: center;
	line-height: 90px;
	list-style: none;
}
p{
	font-family: 'Reem Kufi', sans-serif;
	font-size: 17pt;
	text-align: center;
	display: inline-block;
	padding: 30px;
	color: #c0392b;
	margin-top: 50px;
	font-weight: bold;
}
.menu_bawah{
	background-color: rgba(230, 126, 34,1.0);
	width: 1024px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 400px;
}
.menu_bawah li{
	list-style: none;
	text-decoration: none;
	color: white;
	font-family: "News706 BT", times, serif;
	font-size: 15pt;	
	color: white;
	float: right;
	display: inline-block;
	padding: 10px;
	padding-left: 15px;
}
.menu_bawah a{
	text-decoration: none;
	color: white;
}