html,body{
	width:100%;
	height:100%;

}
.search-index{
	height: 100%;
}
.page{
	position: relative;
	width:100%;
	height:100%;
	min-width: 800px;
	min-height: 400px;
}
.pageSkin{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
	overflow: hidden;
}
.pageSkin .skinBgImg{
	width:100%;
}
.container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
.topBar{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	z-index: 2;
}
.topBarBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#000;
	opacity: .4;
	filter: alpha(opacity=40);
	z-index: -10;
}


.weather{
	float: left;
	margin-left: 15px;
}

.weather li:first-child{
	margin-right: 5px;
}
.weatherIcon span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.weatherIcon img{
	position: relative;
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	top: -3px;
}

.centerCnt{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 160px;
	margin-top: -100px;
}

.centerCnt .logo{
	width: 100%;
	height: 99px;
	text-align: center;
}
.centerCnt .logo a{
	display: inline-block;
	*display: inline;
	*zoom:1;
	height: 100%;
}



.footer{
	position: absolute;
	width: 100%;
	left: 0;
	bottom:20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}