@-webkit-keyframes Logospace {
	0% {
		-webkit-opacity:0;
		-webkit-transform: translateY(5px);
	}
	100% {
		-webkit-opacity:1;
		-webkit-transform: translateY(0px);
	}
}
@-moz-keyframes Logospace {
	0% {
		opacity:0;
		transform: translateY(5px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
#contracted{
	width:170px;
	height:55px;
	background:url(../img/contracted.png) no-repeat bottom;
	text-indent:-9999px;
	margin:0 auto;
	padding-top:80px;
}
#logo{
	-webkit-animation-name: Logospace;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.2s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: Logospace;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 0.5s;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: 1;
	width:670px;
	height:50px;
	background:url(../img/index_logo.png) no-repeat bottom;
	text-indent:-9999px;
	margin:0 auto 0 auto;
	padding-top:5px;
}
#logo a{
	display:block;
	width:265px;
	height:50px;
}

@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
		-webkit-transform: translateY(5px);
	}
	100% {
		-webkit-opacity:1;
		-webkit-transform: translateY(0px);
	}
}
@-moz-keyframes TitleArea {
	0% {
		opacity:0;
		transform: translateY(5px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
#title{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.2s;
	-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:740px;
	height:540px;
	background:url(../img/index_title2.png) no-repeat bottom;
	text-indent:-9999px;
}
h1{
	width:740px;
	height:390px;
	background:url(../img/index_title1.png) no-repeat;
}



h1,#wrapper{
	box-shadow:none;
}

#topics{
	-webkit-animation-name: TopicsArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	width:720x;
	margin-top:80px;
	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-top:30px;
	margin-bottom:20px;
	letter-spacing:10px;
	z-index:9999;
}