body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  background: #000000;
}


#setbg {
  /*background: url("images/tema/background.png") 50% 50% no-repeat;*/
  background: #FFFFFF url("images/tema/background.png") no-repeat fixed center center;
}
#setbgheader {
  background-image: url("images/tema/separatorheader.png");
  background-repeat: repeat-x;
  height: 106px;
}


#float {
  width: 800px;
  height: 150px;
  background-image: url("images/tema/bawahfooter1.png");
  background-repeat: no-repeat;
}
#floatswf {
  float: left;
  z-index: -1;
}
#floattext {
  position: relative;
  font-size: 12px;
  top: -22px;
  left: -10px;
  float: right bottom;
  color: #FFFFFF;
  z-index: 1;
}


#sidebar {
  font-size: 10px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

h2 a{
  text-decoration:none;
}





