#block{
	height:700px;
	-webkit-animation-name: TITLE;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TITLE;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 0.5s;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: 1;
	-webkit-width:960px;
	-webkit-height:700px;
	-webkit-background:url(../img/index_title.png) center top no-repeat;
	-webkit-margin:-34px auto 0 auto;
	-moz-width:960px;
	-moz-height:700px;
	-moz-background:url(../img/index_title.png) center top no-repeat;
	-moz-margin:-34px auto 0 auto;
}
#wrapper{
	width:960px;
	width:100%\9; /* IE8 */
	*width:100%; /* IE7 */
	_width:100%; /* IE6 */
	height:700px;
	margin:-34px auto 0 auto;
	text-align:center;
	z-index:-1;
	-moz-text-indent:-9999px;
	-webkit-text-indent:-9999px;
	display:block;
	display:none\9; /* IE8 */
	*display:none; /* IE7 */
	_display:none; /* IE6 */
}
:root #wrapper{
	width:960px \0/; /* IE9 */
	display:none \0/; /* IE9 */
}

#wrapper img{
	margin:0 0 0 -130px;
	margin:0\9; /* IE8 */
	*margin:0; /* IE7 */
	_margin:-0; /* IE6 */
}
:root #wrapper img{
	margin:0 0 0 -130px \0/; /* IE9 */
}

h1 a{
	margin:0 auto;
	margin:0 auto -33px auto\9; /* IE8 */
	*margin:0 auto -9px auto; /* IE7 */
	_margin:0 auto -9px auto; /* IE6 */
}
:root h1 a{
	margin:0 auto; \0/; /* IE9 */
}






#wrapper li{
	list-style-type:none;
}



#content{
	width:820px;
	height:1px;
	text-indent:-9999px;
}

#menu a{
	border-bottom:solid #ccc 1px;
}

@-webkit-keyframes TITLE {
	0% {
		-webkit-opacity:0;
	}
	100% {
		-webkit-opacity:1;
	}
}
@-moz-keyframes TITLE {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}


/* FOOTER */
#footer{
	background-image:url(../img/ft_line.gif);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	padding-bottom:12px;
	width:100%;
	position:fixed;
	bottom:0;
}