html, body{
	margin: 0;
	padding: 0;
	border: none;
	background-color: #000000;
	font-size: 15px;
	font-family: Verdana;
	color: #ffffff;
	background-image:url('../images/bg.jpg');
}

a:link, a:visited, a:hover{
	font-family: Verdana;
	font-size: 15px;
	color: #ffffff;
}

span{
	font-size: 17px;
	color: #ffffff;
}

img{
	border: 0px;
}

/*
 * DIV height 100%
 */
#d_container {
	height: 750px;
	width: 980px;
	margin: 0 auto;
}

#d_head{
	width: 980px;
	height: 100px;
}

#d_logo{
	position:absolute;
	z-index: 999;
	margin-left:0px;
	margin-top:13px;
}

#d_wrapper{
	float-left;
	height: 550px;
	float: left;
	width: 980px;
}

#d_center{
	height: 550px;
	margin: 0px 200px;
}

#d_left{
	min-height: 550px;
	float:left;
	width: 195px;
	margin-left: -980px;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#d_bottom{
	height: 50px;
	padding-bottom: 0px;
	clear:left;
	width: 980px;
}


#world_bg{
	position: absolute;
	top: 0%;
	height: 324px;
	width: 400px;
	z-index: 1;
	overflow: hidden;
	margin: 0px 440px;
}

#d_page_bg{
	position: absolute;
	width:730px;
	height:450px;
}
#d_center_bg{
	position: absolute;
	width:730px;
	height:450px;
	z-index:201;
	margin-left:0px;
	margin-top:40px;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	background-image:url('../images/center_bg.gif');
	background-repeat: no-repeat;
}

#d_page{
	background-color: transparent;
	font-size: 17px;
	position: absolute;
	z-index:202;
	width: 660px;
	height: 400px;
	margin-top: 25px;
	margin-left: 20px;
	overflow: hidden;
	filter:alpha(opacity=100);
	-moz-opacity: 10.0;
	opacity: 10.0;

}

#d_menu{
	margin-left: 290px;
	position: absolute;
	width: 750px;
	z-index: 1000;
}

#d_menu ul{
	list-style:none;
}
#d_menu li{
	list-style:none;
	display:block;
	float:left;
	line-height:51px;
	border:solid #737373;
	border-width:0 1px 0 1px;				
	background:url(../images/menu_bg_1.jpg) repeat-x;
	height:51px;
	margin:0 0 0 0;	
}
#d_menu li a{
	display:block;
	float:left;
	color: #ffffff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:0 20px;
	height:51px;					
}
#d_menu li a:hover{
	color:#fff;
	background:url(../images/menu_bg_2.jpg) repeat-x;
}
#d_menu li a.current{
	display:block;
	float:left;
	background:url(../images/menu_bg_2.jpg) repeat-x;					
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:0 25px;	
}
#d_menu li a:hover.current{
	color:#fff;
}

#t_left_box{
	width: 190px;
	border-collapse: collapse;
	margin: 0px;
}

#d_form_login{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
          sizingMethod='scale', xsrc='../images/bg_box.gif');

	position: absolute;
	z-index:300;
	width:180px;
	height:140px;
	overflow: hidden;
	padding-top:10px;
	padding-left: 15px;
	background-image:url('../images/bg_box.gif');
	background-repeat: no-repeat;
}

.i_form_login{
	color: #ffffff;
	border: 1px dotted #ffffff;
	width: 150px;
	background-color: transparent;
}
#d_other{
	position: absolute;
	z-index:301;
	width:180px;
	height:140px;
	overflow: hidden;
	margin-top: 160px;
	padding-left: 10px;
	background-image:url('../images/bg_box.gif');
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
          sizingMethod='scale', xsrc='../images/bg_box.gif');

}

#d_link{
	position: absolute;
	z-index:302;
	width:180px;
	height:140px;
	overflow: hidden;
	margin-top: 320px;
	padding-left: 10px;
	background-image:url('../images/bg_box.gif');
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
          sizingMethod='scale', xsrc='../images/bg_box.gif');

}

#loader{
	position:absolute;
	z-index:1001;
	margin-left:0px;
	margin-top:0px;
}

#d_page_lang{
	position: absolute;
	margin-top: 10px;
	margin-left: 680px;
	height: 15px;
	width: 50px;
}
