@charset "utf-8";
.index {
}
.logo {
	color: #FFFFFF;
	background-color: #999999;
	height: 50px;
	width: 300px;
	position: absolute;
	left: 56px;
	top: 20px;
}
body {
	TEXT-ALIGN: center;
	background-color: #999999;
}
#index {
	background-color: #999999;
	height: 506px;
	width: 896px;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	position: relative;
	top: 30px;
}
#copyright {
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	color: #FFFFFF;
	position: relative;
	top: 50px;
	font-family: "Times New Roman", Times, serif;
	background-color: #999999;
}

