@charset "utf-8";
/* CSS Document */
.banner_wrapper
{
	position:absolute;
	width:1024px;
	height:160px;
	margin:0px;
	z-index:9999;
}
.logo
{
	position:absolute;
	width:410px;
	float:left;
	height:91px;
	margin-left:30px;
	margin-top:30px;
	background-image:url(img_logo.png);
	background-repeat:no-repeat;
	z-index:9000;
}
.weather
{
	position:absolutte;
	width:100px;
	float:left;
	height:91px;
	margin-top:30px;
	z-index:8000;
}
.forex
{
	position:absolutte;
	float:left;
	width:100px;
	height:91px;
	margin-top:30px;
	z-index:7000;
}
.banner_image
{
	width:1024px;
	height:342px;
	z-index:1;
}

