@charset "UTF-8";
#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#navi ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
ul li a {
	width: 12.5%;
	height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	float: left;
	background-image: -webkit-linear-gradient(270deg,rgba(250,227,3,1.00) 0%,rgba(255,255,255,1.00) 99.57%);
	background-image: -moz-linear-gradient(270deg,rgba(250,227,3,1.00) 0%,rgba(255,255,255,1.00) 99.57%);
	background-image: -o-linear-gradient(270deg,rgba(250,227,3,1.00) 0%,rgba(255,255,255,1.00) 99.57%);
	background-image: linear-gradient(180deg,rgba(250,227,3,1.00) 0%,rgba(255,255,255,1.00) 99.57%);
	background-color: hsla(54,98%,50%,1.00);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#wrap #main img {
	margin-left: 1px;
}
#wrap #footer {
	width: 1000px;
	height: 40px;
	text-align: center;
	background-color: hsla(189,92%,81%,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(90,215,247,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(90,215,247,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(90,215,247,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(90,215,247,1.00) 100%);
	padding-top: 15px;
}
#wrap #sidebar {
	text-align: center;
}
#wrap #main #kopi {
	text-align: center;
}
#wrap #header {
	margin-top: -10px;
}
ul li a:hover {
	background-color: hsla(359,96%,50%,1);
	background-image: -webkit-linear-gradient(270deg,rgba(242,173,58,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(242,173,58,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(242,173,58,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(242,173,58,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
