*{
	margin:0;
	padding:0;
	border:none;
	font:11px Verdana, arial, kozuka;
	color:#b49664;
	}
.white {
color:#fff1d2;
}
p { line-height: 16px; }
a { text-decoration:none;}
a:focus {outline:none;}
a:hover {color:#fff1d2}
.clear { clear:both; }
.fleft { float:left; }
.fright { float:right; }

html, body { 
	margin:0; padding:0; width:100%; height:100%; background:#000; 
	}
#container { 
position:absolute; 
top:35%; 
left:50%; 
}
		#interface{
		position:relative;
		margin:-82px 0 0 -281px;
		width:561px; 
		height:164px; 
		background:#000;
		}
		
			#welcome {
			position:absolute;
			top:0;
			left:125px;
			padding:10px;
			}
		
		#area {
		position:absolute;
			bottom:0;
			left:141px;
			padding:10px;
			
		
		}
		
	
				#html{
				height: 35px;
				width: 130px;
				text-indent: 10000px;
				overflow: hidden;
				background: url(../assets/jakarta.gif) top left no-repeat;
				float:left;
				outline:none;
				} 

				#html:hover{
				background-position: bottom left;
				outline:none;
				}
				
				#balikpapan{
				height: 35px;
				width: 150px;
				text-indent: 10000px;
				overflow: hidden;
				background: url(../assets/balikpapan.gif) top left no-repeat;
				display: block;
				float:left;
				outline:none;
				} 

				#balikpapan:hover{
				background-position: bottom left;
				outline:none;
				}
		
		
			
#footer {
	position:absolute;
	bottom:0;
	padding:5px;
	background:#222222;
	text-align:center;
	color:#999;
	width:100%;
	}

#footer a{
color:#999;
}
		
