/* INDEX */
#imagephoto{
	width:100%;
	height:685px;
	background:url(../img/index_photo.png) no-repeat center bottom;
	backface-visibility:hidden;
}

#index_wrapper{
	width:100%;
	position:absolute;
	top:60px;
	left:0;
}
#logo{
	margin:30px auto 0;
	width:366px;
	height:55px;
	background:url(../img/index_logo.png) no-repeat center top;
	text-indent:-9999px;
	backface-visibility:hidden;
}
#logo a{
	display:block;
	width:366px;
	height:55px;
	margin:0 auto;
	overflow:hidden;
}
h1{
	margin:0 auto;
	width:908px;
	height:272px;
	background:url(../img/index_title.png) no-repeat;
	text-indent:-9999px;
	backface-visibility:hidden;
}


#lead{
	margin:0 auto 140px;
	width:422px;
	height:255px;
	background:url(../img/index_lead.png) no-repeat center;
	text-indent:-9999px;
	backface-visibility:hidden;
}





#topics{
	-webkit-animation-name: TopicsArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	width:720px;
	margin:30px auto 20px auto;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background:url(../img/w70.png);
}
#topics p{
	margin-top:6px;
}
#topics a{
	color:#000;
	text-decoration:none;
}
#topics a:hover{
	color:#9cf;
}
#links{
	text-align:center;
	margin-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}