@charset "utf-8";
/* CSS Document */

/*MAIN STYLE*/
body{
	background-color:#000000;
	color:#FFFFFF;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
}
#horizon        
{
	color: white;
	background:none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#main_container{
	width:900px;
	height:600px;
	margin-left:-450px;
	position:absolute;
	top:-300px;
	left:50%;
}

#header_container{
	width:900px;
	height:auto;
	float:left;
	margin-bottom:3px;
}

/*HEADER*/
.header_logo{
	float:left;
	width:67px;
	height:83px;
	margin-left:10px;
	background:url(../images/logo2_kecil.png) no-repeat ;
}
#header_right{
	width:260px;
	height:20px;
	float:left;
	margin-top:50px;
	padding-left:10px;
	padding-top:5px;
	color:#f01515;
}
#header_right h1{
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	width:250px;
	text-align:justify; 
	float:left;
}
.sub_right{
	float:right;
	width:400px;
	height:auto;
	margin-top:55px;
}
#flag{
	width:30px;
	height:20px;
	background:url(../images/Indonesia.jpg) no-repeat;
	float:right;
	margin-top:60px;
}
#flag_main{
	width:83px;
	height:50px;
	background:url(../images/indonesia_flag.png) no-repeat;
	float:right;
	margin-top:35px;
}

/*CONTENT*/
div.content_wrapper{
	margin-top:4px;
	width:900px;
	height:459px; 
	float:left;
	margin-bottom:1px;
}
#index{ margin-top:5px; background:#000000; }
#home{ background:url(../images/main_bg_content.gif) no-repeat; height:450px; }
.left_side{
	width:300px;
	height:459px;
	float:left;
	background:url(../images/left_barongsai2.png) no-repeat 50% 75%;
}
#right_side{
	width:600px;
	height:449px;
	float:right;
	padding-top:10px;
}

/*FOOTER*/
#menu_footer{
	width:900px;
	height:34px; background:#000000;
	float:left;
}
#footer_info{
	width:900px;
	height:9px;
	float:left;
	text-align:justify;
	margin:0;
	padding:0;
	font-size:10px;
}

/*OTHERS*/
.white_line{
	width:900px;
	height:8px;
	background-color:#FFFFFF;
	float:left;
}
#right_side h1{
	text-transform:uppercase;
	font-size:22px;
	font-weight:normal;
	padding-left:10px;
}
.txtinput{
	border:1px solid #333333;
	background-color:#FFFFFF;
}
.button{
	background-color:#f01515;
	color:#FFFFFF;
	text-transform:uppercase;
	border:none;
	font-size:13px;
	padding-bottom:2px;
	font-weight:bold;
}
