/* INDEX */
body{
	background:url(../img/index_bg.gif) center;
}
#photo_wrapper{
	height:626px;
	background:#fff;
	padding:12px;
}
#main_photo{
	height:100%;
}

#imagephoto{
	width:100%;
	height:872px;
	background:url(../img/index_photo.png) no-repeat center bottom;
	backface-visibility:hidden;
}
#front{
	width:100%;
	position:absolute;
	top:55px;
	left:0;
	z-index:99;
}
#back{
	width:100%;
	height:100%;
	min-height:932px;
	position:absolute;
	top:0;
	left:0;
	z-index:98;
	background:url(../img/index_lead.png) no-repeat center 632px;
}
#title{
	margin:0 auto;
	width:780px;
	height:210px;
	background:url(../img/index_title.png) no-repeat;
	text-indent:-9999px;
	backface-visibility:hidden;
}
#title a{
	display:block;
	width:255px;
	height:50px;
	margin:0 0 0 55px;
	overflow:hidden;
}
#copy{
	text-indent:-9999px;
	background:url(../img/index_copy.png) no-repeat center;
	 height:303px;
	margin:-10px 0 0;
}
#lead{
	margin:0;
	width:10px;
	height:1px;
	text-indent:-9999px;
	backface-visibility:hidden;
}
#topics{
	width:720px;
	margin:0px auto 245px auto;
	padding:6px 10px 10px 8px;
	background:url(../img/w70.png);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#topics p{
	margin-top:4px;
}
#topics a{
	color:#000;
	text-decoration:none;
}
#topics a:hover{
	color:#9cf;
}
#links{
	text-align:center;
	margin-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}