body {
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.indextop {
}

.i_center {
	background-image: url(../images/index_cent.jpg);
	height: 412px;
	text-align: center;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: top;
}
.i_center h3 {
	font-size: 70px;
	font-weight: normal;
	letter-spacing: -2px;
	margin-top: 0px;
}
.i_center h1 {
	font-size: 16px;
	font-weight: normal;
	color: #939393;
}
.i_center h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #939393;
}
.enter {
	font-size: 40px;
	letter-spacing: 4px;
}
.enter a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}



.indexbot {
	background-image: url(../images/index_bot.jpg);
	height: 300px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
	background-color: #202022;
}


a:hover {
	color: #A22717;
}

