.container{
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#news{
	position: absolute;
	top: 539px;
	left: 0px;
	width:310px;
	height:104px;
	padding: 30px 0 0 0;
	background: url('../image/top_image/bg_news.jpg') no-repeat;
	overflow:hidden;
	z-index: 100;
}

#flash{
	width: 950px;
	height: 710px;
	overflow: hidden;
	z-index: 90;
}

a:link{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
a:hover{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
a:active{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}



.container{
	width: 950px;
}

.footer{
	width: 950px !important;
}

.footer div{
	margin: 5px 2px 0 0 !important;
}

.footer #blogs{
	padding: 0 0 0 0;
}

.footer #blogs a{
	display: block;
	width: 150px;
	height: 45px;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
/*	text-indent: -9999px;*/
/*	overflow: hidden;*/
}
.footer #blog1 a{
	background: url('../image/top_banner_blogs.png');
}

.footer #blog2 a{
	background: url('../image/top_banner_blogs.png') 0 -55px;

	margin: 10px 0 0;
}

/*.footer #blog1 a:link,
.footer #blog1 a:visited,
.footer #blog1 a:hover,
.footer #blog1 a:active { background-position: 0 0;}
.footer #blog2 a:link,
.footer #blog2 a:visited,
.footer #blog2 a:hover,
.footer #blog2 a:active{ background-position: 0 -55px; margin: 10px 0 0;}
*/
.gotop{
	display: none;
}

#banner img{
margin: 2px 0;
}
