/* INDEX */
body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
#title a{
	display:block;
	width:340px;
	height:55px;
	overflow:hidden;
	margin:0 auto;
}
#title{
	width:820px;
	height:230px;
	background:url(../img/index_title.png) no-repeat;
	margin:10px auto 5px auto;
	padding:34px 0 0;
	text-indent:-9999px;
}
#name{
	height:84px;
	background:url(../img/index_name_bg.png) repeat-x;
	text-indent:-9999px;
	margin:0 0 10px;
}
h2{
	height:84px;
	background:url(../img/index_name.png) no-repeat center;
}
#photo{
	height:480px;
	background:url(../img/index_photo.png) no-repeat center;
	margin:0 0 -460px;
}
#lead{
	width:552px;
	height:151px;
	background:url(../img/index_lead.png) no-repeat center;
	margin: 0 auto 210px;
	text-indent:-9999px;
}

#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;
	background:url(../img/topics_bg.png);
	border:2px solid #c00;
}
#topics p{
	margin-top:6px;
	color:#f00;
}
#topics a{
	color:#f00;
	text-decoration:none;
}
#topics a:hover{
	color:#fff;
}
#links{
	text-align:center;
	padding-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}