/* INDEX */
#logo{
	width:320px;
	height:110px;
	text-indent:-9999px;
	padding:20px;
}
#logo a{
	display:block;
	width:320px;
	height:110px;
	overflow:hidden;
}

#lead{
	width:500px;
	height:150px;
	text-indent:-9999px;
	margin:5px auto 40px auto;
	background:url(../img/index_lead.png) no-repeat;
}
@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
		-moz-opacity:0;
	}
	100% {
		-webkit-opacity:1;
		-moz-opacity:1;
	}
}
@-moz-keyframes TitleArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#title{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TitleArea;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 0.5s;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: 1;
	width:840px;
	height:300px;
	background:url(../img/index_title.png) no-repeat 0 15px;	
	margin:0 0 40px 0;
	padding-top:35px;
}
h1,#subtitle{
	text-indent:-9999px;
	width:840px;
	height:1px;
}
#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;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.4);
	background-color:#000\9;
	border:1px solid #666;
}
#topics:not(:target){
	background-color:rgba(0,0,0,0.4);
}
#topics p{
	margin-top:6px;
}
#topics a{
	color:#fff;
	text-decoration:none;
}
#topics a:hover{
	color:#9f9;
}
#links{
	text-align:center;
	margin-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}