body{margin:auto;}
#container{
	background:#e3e3e3 url(1.png);
	padding:0 0px;
}	
#header{
	width:967px;height:150px;padding-top:40px;
	margin:auto;
}

#menu{
	position:fixed;font:normal 15px "Arial";
	width:100%;
	text-align:center;
	z-index:999;
}
#menu a{
	text-decoration:none
}
#menu ul{
	width:auto;height:auto;background:black;
	padding:12px;
	margin:0;
	border-bottom:4px solid red;
}
#menu ul li{
	list-style:none;
	display:inline;
	padding:15px;
	transition: background 0.3s ease;
}
#menu ul li:hover{
	background:#0099cc;
}	
#menu ul a li{
	text-decoration:none;
	color:#fff
}
		
#body{
	background:#fff;
	padding:10px;
	margin:0;
	width:947px;
	margin:auto;
	font:normal 15px "arial"
}
#content{
	width:947px;
	float:left;
}
#content p{
	text-align:justify;
	font-family:Segoe UI;
	line-height:1.6
}
#content h1{
	font-family:"arial";
	text-align: center;
	padding: 10px 20px;
}
#content h3{
	padding:10px 0px 3px 0px;
	border-bottom:1px solid #ddd;
}
#content td{
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	padding:5px
}
#content table{
	font:normal 14px Segoe UI;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
}
#content a{
	text-decoration:none;
	color:#05006a;
}
#content iframe{
	margin-left:30px;
	width:500px;
	height:250px
}
# a img{
	width:200px;
	height:200px;
	border:1px solid #ddd;
	margin:20px 0px 5px 17px;
	transition: all 0.2s linear;
	position:relative
}
#judul{
	margin:0px 0px 10px 100px;
	width:200px;
	float:left;
	font:normal 16px "Bree Serif";
	color:#111	;
	text-align:center
}
.ganjil{
	background:#eee;
}
		
#sidebar{
	width:240px;
	float:right;
	font: normal 14px Segoe UI;
	line-height:1.7;
}
#sidebar div img{
	width:50px
}
#sidebar img{
	width:240px
}
#sidebar h2{
	color:#000;
	padding: 3px 0px;
	font: normal 18px "arial";
	border-bottom: 3px solid #222;
}
.clear{
	float:none;
	clear:both
}

		
#footer{
	background:black;
	color:#fff;
	padding:10px;
	font:normal 12px Segoe UI;
	width:947px;
	margin:auto;
	text-align:center;
	
}
#footer a{
	text-decoration:none;
	color:#00A8FF;
}
#footer a:hover{
	color:#fff;
	font-weight:bold
}
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Arial, Arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}