html, body{
	margin:0;
	padding:0;
	background: linear-gradient(to top, #009933 0%, #ffffff 100%);
	height:100%;
}

.vertical-menu a {
  background-color: #ffffff; /* Grey background color */
  color: black; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
  background-color: #33cc33; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
  background-color: #33cc33; /* Add a green color to the "active/current" link */
  color: white;
}

ul.nav{
	background-color:#ffffff; 
	border-radius:25px; 
	box-shadow: 2px 3px; 
	font-family:arial-black;
}

ul.nav a:hover {
	background-color:#33cc33;
}

.gbr{
	width:100%;
}

.tengah{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:80px;
  height:80px;
  padding-top: 5px;
}
.datang{
	text-align:center;
	font-size:14px;
}
.icon{
	width:30px;
	height:30px;
}
.bawah{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	background-color:white;
	font-size:8pt;
}