/* INDEX */
#wrapper{
	background:url(../img/index_bg.jpg) no-repeat top right #fff;
	padding-bottom:100px;
}
#slidewrap{
	width:460px;
	height:480px;
	overflow:hidden;
}

#slider{
	width: 460px;
	height: 480px;
	position: absolute;
	overflow:hidden;
	margin:0 0 0 -110px;
}
h1{
	position:absolute;
	top:190px;
	width:100%;
	height:205px;
	background:url(../img/index_title.png) no-repeat center;
	padding:23px 0;
	text-indent:-9999px;
}
#index_lead{
	background:url(../img/index_lead.png) no-repeat bottom left;
	height:730px;
	margin:0 0 140px;
	text-indent:-9999px;
}


#news{
	width:670px;
	margin:0 auto 40px;
	padding:10px 15px 15px;
	background:#000;
}
#news p{
	margin-top:6px;
	color:#fff;
}
#news a{
	color:#fff;
	text-decoration:none;
}
#news a:hover{
	color:#0082e7;
}
#index_link{
	text-align:center;
	padding:12px 0;
	margin:0 -110px;
	letter-spacing:10px;
	background:url(../img/index_footer.png);
}
#index_link a:hover{
	opacity:0.5;
}