/* INDEX */
#wrapper{
		background-attachment:scroll;
}
#title{
	width:730px;
	height:500px;
	background:url(../img/index_title.png) no-repeat;	
	margin:0 auto;
	padding-top:140px;
	text-indent:-9999px;
}
#logo a{
	display:block;
	width:360px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
}
h1{
	width:730px;
	height:1px;
}
#lead{
	margin:0;
	height:110px;
	text-indent:-9999px;
	background:url(../img/index_lead.png) center top no-repeat;
}
#vol1{
	display:block;
	margin:0 auto;
	width:320px;
	box-shadow:0 5px 5px rgba(0,0,0,0.4);
}
#topics{
	width:720px;
	margin:30px auto;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background:url(../img/topics_bg.png);
	border:1px solid #999;
}
#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:#9cf;
}
#links{
	text-align:center;
	margin-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}