/* INDEX */
body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
#logo{
	margin:-480px auto 350px;
	width:370px;
}
#logo a{
	display:block;
	width:370px;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/index_logo.png) no-repeat;
}
#title{
	width:920px;
	height:460px;
	background:url(../img/index_title.png) no-repeat;
	margin:5px auto 45px auto;
	text-indent:-9999px;
}
#lead{
	width:490px;
	height:200px;
	background:url(../img/index_lead.png) no-repeat center;
	margin: 0 auto 45px;
	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;
	border-radius:5px;
	background:url(../img/topics_bg.png);
	border:1px solid #666;
}
#topics p{
	margin-top:6px;
	color:#fff;
}
#topics a{
	color:#fff;
	text-decoration:none;
}
#topics a:hover{
	color:#9cf;
}
#links{
	text-align:center;
	padding-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}