@charset "utf-8";
/* CSS Document */

body {
	background-color: #494949;
	background-repeat: no-repeat;
}

.container{
	margin:0 auto;
	clear:both;
	background-color:#FFF;
	width:830px;
	height:auto;
	margin-top:15px;
}

.index_top{
	float:left;
	width:100%;
	height:auto;
}

.promo{
	float:left;
	width:545px;
	height:355px;
	margin:5px;
}

.sidebar{
	float:left;
	width:270px;
	height:auto;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.index_middle{
	float:left;
	width:820px;
	height:auto;
	margin-left:5px;
	margin-bottom:5px;
}

.banner{
	float:left;
	width: 260px;
	height:165px;
	background-color:#ff6401;
	padding:5px;
}

.index_text{
	float:left;
	width: 260px;
	height:75px;
	padding:5px;
}

.index_down{
	float:left;
	width:820px;
	height:auto;
	margin-left:5px;
	margin-bottom:5px;
}

.index_footer{
	float:left;
	width:98%;
	height:30px;
	text-align:right;
	padding:5px;
}

a img
{
	border: 0px;
}