*html{
	background-image:url(about:blank);
    background-attachment:fixed;       
}
.ui_yilang_bord {
	min-width: 150px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	left: 500px;
	top:200px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+200) );
	z-index:100;
	display:none;
}

.ui_yilang_bord div {
	float: left;
}

.ui_yilang_left {
	width: 25px;
	height: 50px;
	background: url(imagesleft.png);
}

.ui_yilang_right {
	width: 25px;
	height: 50px;
	background: url(imagesright.png);
}

.ui_yilang_center {
	min-width: 100px;
	height:50px;
	background: url(imagescenter.png);
	line-height: 50px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}