@-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;
	}
}

#mainwrapper{
	width:100%;
}

#main{
	-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:820px;
	height:700px;
	background:url(../img/index_main.png) no-repeat;
	text-indent:-9999px;
	margin:55px auto 30px auto;
}
#logo a{
	display:block;
	width:285px;
	height:100px;
	overflow:hidden;
}

#topics{
	width:800px;
	margin:65px auto 30px auto;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.6);
	background-color:#000\9;
}
#topics:not(:target){
	background-color:rgba(0,0,0,0.6);
}
#topics p{
	margin-top:6px;
}
#topics a{
	color:#fff;
	text-decoration:none;
}
#topics a:hover{
	color:#73aeff;
}


#links{
	text-align:center;
	margin-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}

#next{
	text-indent:-9999px;
	width:55px;
	height:80px;
	display:block;
	background:url(../img/next02.png)no-repeat;
	overflow:hidden;
	float:right;
	margin-top:47px;
}
#next:hover{
	width:60px;
}