@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	background: url('bg_left_right.jpg') no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

img {
    height: auto;
    max-width: 100%;
}

h1.left{
	text-align:right;

}

h1.right{
	text-align:left;	
}

.home_text_top{
	width:320px;
	height:30px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;
	color:#000;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background: rgba(255,255,255,0.8);
	margin-bottom:20px;
}

.home_news{
	width:400px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;
	color:#000;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.news_li{
	float:right;	
}
.news_re{
	float:left;
}
.news_foot{
	position:absolute;
	bottom:0px;
}