/* INDEX */
body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
#logo{
	width:100%;
	height:530px;
	background:url(../img/index_title.png) no-repeat center bottom;
	text-indent:-9999px;
	position:absolute;
}
#logo a{
	display:block;
	width:320px;
	height:55px;
	margin:85px auto 0;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/index_logo.png) no-repeat;
}
#lead{
	width:550px;
	height:750px;
	background:url(../img/index_lead.png) no-repeat center bottom;
	margin: 0 auto;
	text-indent:-9999px;
}
#menu{
	position:absolute;
	top:0;
}
#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:20px 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;
}

#sun{
	width:130px;
	height:130px;
	background:url(../img/index_sun.png) no-repeat top;
	position:absolute;
	top:165px;
	right:50%;
	margin-right:-455px;
}
#flag{
	width:78px;
	height:117px;
	background:url(../img/index_flag.png) no-repeat;
	position:absolute;
	top:110px;
	left:50%;
	margin-left:-374px;
}
#twincle_l{
	width:68px;
	height:88px;
	background:url(../img/index_twincle_l.png) no-repeat;
	position:absolute;
	top:275px;
	left:50%;
	margin-left:-445px;
}
#twincle_c{
	width:113px;
	height:48px;
	background:url(../img/index_twincle_c.png) no-repeat top;
	position:absolute;
	top:405px;
	right:50%;
	margin-right:-56px;
}
#twincle_r{
	width:74px;
	height:79px;
	background:url(../img/index_twincle_r.png) no-repeat top;
	position:absolute;
	top:282px;
	right:50%;
	margin-right:-445px;
}

#contracted{
	width:180px;
	height:65px;
	background:url(../img/contracted.png) no-repeat;
	position:absolute;
	top:410px;
	right:50%;
	margin-right:-90px;
	text-indent:-9999px;
}