/* INDEX */
body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
#logo{
	position:absolute;
	top:135px;
	left:50%;
	margin-left:-182px;
	width:365px;
	height:55px;
}
#logo a{
	display:block;
	width:365px;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/index_logo.png) no-repeat;
}
#title{
	width:826px;
	height:147px;
	margin:0 auto;
	text-indent:-9999px;
}
#title h1{
	width:826px;
	height:147px;
	background:url(../img/index_title_a.png) no-repeat
}
#title div{
	width:826px;
	height:147px;
	background:url(../img/index_title_b.png) no-repeat;	
	margin-top:-147px;
}
#coming{
	margin:55px auto -85px;
	display:block;
	width:770px;
	height:149px;
	background:url(../img/index_coming.png) no-repeat top right;
	text-indent:-9999px;
}
#name{
	width:612px;
	height:73px;
	background:url(../img/index_name.png) no-repeat;
	margin:-15px auto 40px auto;
	text-indent:-9999px;
}
#photo{
	text-align:center;
	letter-spacing:20px;
}
#photo img{
	vertical-align:bottom;
	border:solid 5px #003997;
}

#lead{
	width:684px;
	height:158px;
	background:url(../img/index_lead.png) no-repeat center;
	margin: 0 auto 30px;
	text-indent:-9999px;
}

#topics{
	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:#ffdc00;
}
#links{
	text-align:center;
	padding-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}