#indexLogo {
	background: url(index.png) no-repeat center top;
	width:1024px;
	height: 200px;
	margin: 100px 0 0 0;
	border-bottom: 1px solid #D03A37;
}

#index {
	width: 512px;
	margin: 25px auto;
}

#indexCs {
	float: left;
	color: white;
}

#indexEn {
	float: right;
	color: white;
}

#index h1 {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

#index a {
	text-align: right;
	display: block;
	margin: 20px 0 0 0;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

#index a:hover {
	color: #D03A37;
}