.index{
	position: relative;
	width: 741px;
	height: 460px;
}
.farm{
	position: absolute;
	top: 10px;
	left: 17px;
	background: url(../images/index_farm_bck.png) no-repeat;
	width: 288px;
	height: 254px;
}
.farm_inner{
	position: relative;
}
.farm .title{
	position: absolute;
	top: 0;
	left: 50px;
	color: #ffffff;
	font: 700 8pt/25px Tahoma;
}
.farm img{
	position: absolute;
	top: 27px;
	left: 14px;
	width: 260px;
	height: 135px;
}
.farm .content{
	position: absolute;
	top: 165px;
	left: 14px;
	width: 260px;
	height: 56px;
	font: 100 8pt/14px Tahoma;
	overflow: hidden;
}
.farm .link{
	position: absolute;
	top: 225px;
	left: 14px;
	font: 700 8pt/20px Tahoma;
}
.farm .link a{
	color: #0b7fb1;
}
/**/
.news{
	position: absolute;
	top: 10px;
	left: 317px;
	background: url(../images/index_news_bck.png) no-repeat;
	width: 384px;
	height: 254px;
}
.news_inner{
	position: relative;
}
.news .title{
	position: absolute;
	top: 0;
	left: 50px;
	color: #ffffff;
	font: 700 8pt/25px Tahoma;
}
.news .image{
	position: absolute;
	top: 35px;
	left: 14px;
	width: 165px;
	height: 127px;
	border: solid 1px #b6d9e8;
}
.news .image img{
	width: 153px;
	height: 115px;
	margin: 6px;
}
.news .news_title{
	position: absolute;
	top: 55px;
	left: 195px;
	width: 175px;
	height: 28px;
	font: 700 8pt/14px Tahoma;
	overflow: hidden;
}
.news .news_content{
	position: absolute;
	top: 90px;
	left: 195px;
	width: 175px;
	height: 56px;
	font: 100 8pt/14px Tahoma;
	overflow: hidden;
}
.news .items{
	position: absolute;
	top: 175px;
	left: 25px;
	width: 345px;
	height: 60px;
	overflow: hidden;
}
.news .items .item{
	background: url(../images/icon_01.png) no-repeat left center;
	padding-left: 15px;
	font: 700 8pt/20px Tahoma;
}
.news .items .item a{
	color: #014a7f;
}
/**/
.currency{
	position: absolute;
	top: 270px;
	left: 20px;
	background: url(../images/index_currency_bck.png) no-repeat;
	width: 692px;
	height: 20px;
}
.currency_inner{
	position: relative;
}
.currency .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 94px;
	height: 20px;
	text-align: center;
	font: 700 8pt/20px Tahoma;
	color: #ffffff;
}
.currency .content{
	position: absolute;
	top: 0px;
	left: 100px;
	width: 598px;
	height: 20px;
}
.currency .content .item{
	background: url() no-repeat 0px 50%;
	padding-left: 13px;
	font: 700 8pt/20px Tahoma;
	float: left;
}
.currency .content .value{
	padding-left: 5px;
	font: 100 8pt/20px Tahoma;
	float: left;
}
.currency .content .percent{
	color: #b4b4b4;
	padding-left: 5px;
	margin-right: 5px;
	font: 100 8pt/20px Tahoma;
	float: left;
}
/**/
.index_bottom{
	position: absolute;
	top: 304px;
	left: 20px;
	background: url(../images/index_bottom_bck.png) no-repeat;
	width: 692px;
	height: 152px;
}
.index_bottom_inner{
	position: relative;
}
.index_bottom .hunting{
	position: absolute;
	top: 0;
	left: 0;
	font: 700 10pt/17px "Myriad Pro";
}
.index_bottom .hunting a{
	color: #1b759d;
}
.index_bottom .puppies .title{
	position: absolute;
	top: 0;
	left: 338px;
	font: 700 8pt/25px Tahoma;
	color: #ffffff;
}
.index_bottom .puppies .images{
	position: absolute;
	top: 31px;
	left: 301px;
}
.index_bottom .puppies .images img{
	width: 148px;
	height: 111px;
	margin-right: 5px;
}
.index_bottom .puppies .nav_left{
	position: absolute;
	top: 83px;
	left: 281px;
	cursor: pointer;
	background: url(../images/icon_left.png) no-repeat;
	width: 9px;
	height: 8px;
}
.index_bottom .puppies .nav_right{
	position: absolute;
	top: 83px;
	left: 651px;
	cursor: pointer;
	background: url(../images/icon_right.png) no-repeat;
	width: 9px;
	height: 8px;
}