/* INDEX */

#logo{
	width:640px;
	height:50px;
	text-indent:-9999px;
	padding:15px;
	background:url(../img/index_logo.png) no-repeat center;
	margin:0 auto 0 auto;
}
#logo a{
	display:block;
	width:265px;
	height:50px;
	overflow:hidden;
}
#lead{
	width:500px;
	height:150px;
	text-indent:-9999px;
	margin:30px auto 40px auto;
	background:url(../img/index_lead.png) no-repeat;
}
@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
	}
	100% {
		-webkit-opacity:1;
	}
}
@-moz-keyframes TitleArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#title{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TitleArea;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 0.5s;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: 1;
	width:900px;
	height:180px;
	background:url(../img/index_title.png) no-repeat center;	
	margin:0 auto 40px auto;
	padding-top:60px;
}
h1,#subtitle{
	text-indent:-9999px;
	width:900px;
	height:1px;
}

#news{
	letter-spacing:0;
	text-align:left;
	color:#fff;
	width:700px;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.6);
	background-color:#000\9;
	margin:30px auto 30px auto;
}

#news p{
	margin-top:8px;
	margin-left:10px;
}
#news a{
	color:#fff;
	text-decoration:none;
}
#news a:hover{
	color:#f90;
}


#contracted{
	position:absolute;
	top:5px;
	left:-50px;
	width:200px;
	height:80px;
	background:url(../img/contracted.png) no-repeat;
	text-indent:-9999px;
}
#arrow{
	position:absolute;
	top:373px;
	left:228px;
}


#links{
	text-align:center;
	margin-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}