/* INDEX */
#logo{
	width:500px;
	height:100px;
	background:url(../img/index_logo.png) no-repeat;
	text-indent:-9999px;
	margin:0 auto 15px auto;
}
#logo a{
	display:block;
	width:350px;
	height:65px;
	margin:0 auto;
	overflow:hidden;
}

@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
	}
	100% {
		-webkit-opacity:1;
	}
}
@-moz-keyframes TitleArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#title{
	width:100%;
	height:380px;
	background:url(../img/index_bg.jpg) repeat-x center;
	margin:0px auto 30px auto;
	text-indent:-9999px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
#title h1{
	height:380px;
	background:url(../img/index_title.png) no-repeat center 43px;
}

#lead{
	height:180px;
	background:url(../img/index_lead.png) no-repeat center;
	text-indent:-9999px;
}

#topics{
	width:720px;
	margin:10px auto 20px auto;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background:url(../img/topics_bg.png);
	border:1px solid #999;
}

#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;
}