body{
	background-image: url(image.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.recipe{
	color: #e67e22;
	font-family: "Engravers MT", times, serif;
	font-size: 24pt;
	text-align: center;
}
nav{
	background-color: rgba(230, 126, 34,1.0);
	float: left;
	width: 200px;
	margin-left: 7px;
	height: 600px;
	margin-left: 175px;
	margin-right: auto;
	font-family: "News706 BT", times,serif;
	font-size: 20pt;
	float: left;
	text-align: center;
	line-height: 70px;
}
.menu a{
	color: white;
	text-decoration: none;
}
.masakan{
	float: left;
	text-align: left;
	width: 704px;
}
.masakan img{
	width: 290px;
	padding-left: 20px;
}
.resep_ayam{
	color: #e74c3c;
	font-size: 10pt;
	float: left;
	font-family: 'Lobster', cursive;
	text-align: center;
	margin-top: -300px;
	margin-left: -30px;
}
.resep_ayam li{
	list-style: none;
}
.resep_tongseng{
	color: #e74c3c;
	font-size: 10pt;
	float: right;
	font-family: 'Lobster', cursive;
	text-align: center;
	margin-right: 160px;
}
.resep_tongseng li{
	list-style: none;
}
.menu_bawah{
	background-color: rgba(230, 126, 34,1.0);
	width: 1024px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 900px;
}
.menu_bawah li{
	list-style: none;
	font-family: "News706 BT", times, serif;
	font-size: 15pt;	
	color: white;
	float: right;
	display: inline-block;
	padding: 10px;
}
.menu_bawah a{
	text-decoration: none;
	color: white;
}
