body {
	background-image: url(../img/bg_index.jpg);
}
#page {
	width: 976px;
}
#logo {
	position: absolute;
	top: 40px;
	right: 0;
	display: none;
}
#menu {
	width: 976px;
	height: 71px;
	background: url(../img/menu.png) no-repeat;
	position: absolute;
	top: 400px;
	right: 0;
	display: none;
}
#menu ul {
	margin: 3px 0 0 296px;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	width: 110px;
	height: 65px;
	float: left;
	margin-right: 3px;
	text-indent: -9999px;
	overflow: hidden;
}
#date {
	position: absolute;
	top: 490px;
	right: 0;
	display: none;
}
#cs {
	position: absolute;
	top: 330px;
	right: 0;
}
#cs a {
	display: block;
	width: 110px;
	height: 50px;
}