/* =Global */
html, body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
	background:  #121315;
	/*background:  #050505 url(../images/bg/bg.jpg) repeat-x top center;*/
	color: #bbb;
}

acronym{
	
}	

a {
	text-decoration: none;
	color: #ddd;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a.judul {
	text-decoration: none;
	font-weight:bold;
	text-decoration: none;
}

a.judul:hover {
	text-decoration: underline;
}

a.del{
	font-weight: bold;
	text-decoration: none;
}	

a.del:hover{
	text-decoration: underline;
}	

a.empty{
	color:#666666 !important;
	font-weight: normal !important;
	text-decoration: none;
	font-size: 10px;
}	

a.empty:hover{
	text-decoration: none;
	
}	


a.umum{
}

a.umum:hover{	
}

img {
	border: 0;
	vertical-align: middle;
}

p {
	margin: 0 0 10px 0;
}

#header{
	margin: 0 auto;
	background:url(/images/layout/topbg.jpg) repeat-x top;
	height:340px;
}
#header .headwrap{
	width:906px;
	margin: 0 auto;
}
#header .headwrap .wraplogoatas{
	width:800px;
	margin: 0 auto;
}
#header .headwrap .wraplogoatas h1 a#headerlogo{
	float: left;
	display: inline;
	width: 251px;
	height: 71px; 
	margin: 30px 0 19px 0;
	background: url(/images/layout/logo.gif) no-repeat 0 0;
}
#header .headwrap .wraplogoatas h1 a#headerlogo:hover{
	background: url(/images/layout/logo.gif) no-repeat 0 -71px;
}
#header .headwrap .wraplogoatas h1 span{
	display: none;
}
#header .headwrap .wraplogoatas img.logo2{
	float:right;
	margin-top:50px;
}


#container{ /* Pembungkus semua di dalam */
	clear:both;
	width:804px;
	margin: 0 auto;
}

/*menu*/
#container #menu{
	background:url(/images/layout/bgmenu.jpg) no-repeat;
	width:804px;
	height:50px;
	text-align:left;
	margin-bottom:20px;
}
#container #menu a#home{
	float:left;
	display:inline;
	width:70px;
	height:31px;
	background:url(/images/layout/btnhome.gif) no-repeat;	
	margin:10px 0 0 20px;
}
#container #menu a#home:hover, body#bodyhome #container #menu a#home{
	background:url(/images/layout/btnhome.gif) no-repeat 0 -32px;	
}

#container #menu .menuother{
	float:right;
	display:inline;
	margin-right:20px;
}

#container #menu .menuother  a#news{
	float:left;
	display:inline;
	width:70px;
	height:31px;
	background:url(/images/layout/btnnews.gif) no-repeat;	
	margin:10px 0 0 20px;
}
#container #menu .menuother a#news:hover, body#bodynews #container #menu .menuother a#news{
	background:url(/images/layout/btnnews.gif) no-repeat 0 -32px;	
}

#container #menu .menuother  a#games{
	float:left;
	display:inline;
	width:70px;
	height:31px;
	background:url(/images/layout/btngames.gif) no-repeat;	
	margin:10px 0 0 20px;
}
#container #menu .menuother a#games:hover, body#bodygames #container #menu .menuother  a#games{
	background:url(/images/layout/btngames.gif) no-repeat 0 -32px;	
}

#container #menu .menuother  a#about{
	float:left;
	display:inline;
	width:70px;
	height:31px;
	background:url(/images/layout/btnabout.gif) no-repeat;	
	margin:10px 0 0 20px;
}
#container #menu .menuother a#about:hover, body#bodyabout #container #menu .menuother  a#about{
	background:url(/images/layout/btnabout.gif) no-repeat 0 -32px;	
}

#container #menu .menuother  a#contact{
	float:left;
	display:inline;
	width:82px;
	height:31px;
	background:url(/images/layout/btncontact.gif) no-repeat;	
	margin:10px 0 0 20px;
}
#container #menu .menuother a#contact:hover, body#bodycontact #container #menu .menuother  a#contact{
	background:url(/images/layout/btncontact.gif) no-repeat 0 -32px;	
}

#container #menu span{
	display:none;
}
/*end menu*/

#container #content{
	clear:both;
	width:804px;
}


/*bottom*/
#container #bottom{
	float:left;
	display:inline;
	width:804px;
	background:url(/images/layout/bgbottom.jpg) no-repeat;
	padding-top:80px;
	color:#535457;
	text-transform:uppercase;
	margin:20px 0;
	font-size:10px;
}
/*end bottom*/


