@charset "utf-8";
/* CSS Document */

#lang {
	position:absolute; 
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	top:125px; left:75px;
}
#mailbox {
	position:absolute; 
	top:114px; left:796px;
}

#container {
	float:left;
	background:url(../images/indexBody_bg.jpg);
	width:1008px; height:525px;
}

#footer {
	clear:both;
	float:left;
	background:none;	
	margin-top:40px;
}

#center {
	float:left;
	position:relative;
	height:333px;
	margin-top:25px;
	margin-left:92px;
	+margin:23px 0 0 92px;; /* IE7 */
    _margin:23px 0 0 47px; /* IE6 */
} 
#slider {
position: absolute;
width: 820px;
height: 333px;
left: 0;
top: 0;
overflow: hidden;
border: 1px solid #D4D4D4;
background-color: #000000;
}
#slider .slide {
position: absolute;
top: 0px;
height: 333px;
width: 500px;
overflow: hidden;
cursor: default;
background-color: #999999;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #BCBCBC;
}
#slider .title   {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1.5em;
	text-decoration: none;
}
#slider .backgroundText {
position: absolute;
width: 100%;
height: 100%;
top: 100%;
filter: alpha(opacity=40);
opacity: 0.4;
background-color: #000000;
}
#slider .text {
position: absolute;
top: 100%;
top: 100%;
color: #FFF;
font-family: "ËÎÌå";
text-align: justify;
width: 470px;
text-decoration: none;
}
#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}
.w1{
	FONT-SIZE: 13px;
	color:#FFFFFF;
	line-height: 20px;
	text-decoration: none;
}
A.w1:link,A.w1:visited {
	FONT-SIZE: 13px;
	color:#FFFFFF;
	line-height: 20px;
	text-decoration: none;
}
A.w1:active,A.w1:hover {
	FONT-SIZE: 13px;
	color:#FF9900;
	line-height: 20px;
	text-decoration: none;
}