body{
	margin:0px;
	background-color: white;
}

object{
	margin: 25px 25px 25px 25px;
}

#bungkus{
	width:800px;
	border:1px;
	height:70px;
	background-color: white;
	margin: 5px auto;
	padding-top: 15px;
	
}

#header{
		height:50px;
		width:400px;
		background-color: yellowgreen;
		margin:auto;
		border: 2px solid white;
		border-radius: 20px;
		box-shadow:3px 3px #A6B093;
}

#tulisheader{
	text-align: center;
	margin-top: 15px;
	color: white;
	font-family: Cooper Black;
	font-size: 20px;
}

#bungkus1{
	
	width:800px;
	border:1px;
	height:370px;
	background-color: white;
	margin: auto;	
	padding-top:15px;
}

#bungkusmenu{
	width:80px;
	height: 150px;
	background-color:white;
	margin-top: 80px;
}

#menu{
	float:left;
	height:30px;
	width:60px;
	background-color:yellowgreen;
	margin-left:5px;
	margin-top: 0px;
	border: 2px solid white;
	border-radius: 20px;
	box-shadow:3px 3px #A6B093;
}

a{
	color: black;
	text-decoration:none;
}

a:active{
	color:orange;
}

a:hover{
	color: orange;
}

#tulismenu{
	text-align: center;
	margin-top: 8px;
	color: black;
	font-family: Cooper Black;
	font-size: 13px;
}

#konten{
	float:right;
	height:350px;
	width:700px;
	background-color:yellowgreen;
	margin: auto;
	border: 2px solid white;
	border-radius: 20px;
	box-shadow:3px 3px #A6B093;
	
}

#footer{
	height:30px;
	width:800px;
	background-color:yellowgreen;
	margin: auto;
	border: 2px solid white;
	border-radius: 20px;
	box-shadow:3px 3px #A6B093;
	}
	
#tulisfooter{
	text-align: center;
	margin-top: 8px;
	color: black;
	font-family: Cooper Black;
	font-size: 10px;
}
		
#bungkus2{
	width:800px;
	border:1px;
	height:50px;
	background-color: white;
	margin: 5px auto;
	padding-top: 0px;	
}


