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;
	margin-left: 20px;
}
.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{
	text-decoration: none;
	color: white;
}
.menu li{
	font-family: "News706 BT", times,serif;
	font-size: 20pt;
	float: left;
	list-style: none;
	text-align: center;
	line-height: 90px;
	
}
.facts{
	border-radius: 10px;
	background-color: #f1c40f;
	width: 500px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}
.facts h2{
	font-size: 20pt;
	display: block;
	text-align: center;
	padding: 5px;
	color: #c0392b;
	font-family: 'Gloria Hallelujah', cursive;
	margin-top: 5px;
	display: block;
}
.facts p{
	font-size: 15pt;
	font-family: 'Gloria Hallelujah', cursive;
	text-align: left;
	display: inline-block;
	color: #e74c3c;
	padding-left: 10px;
}
.menu_bawah{
	background-color: rgba(230, 126, 34,1.0);
	width: 1024px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 10px;
	clear: left;
}
.menu_bawah li{
	list-style: none;
	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;
}