#header01 {
	background-color: #000000;
	height: 69px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header02 {
	height: 95px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
#content {
	width: 1000px;
	height: auto;
	background-color: #000000;
	line-height: 1.6em;
	margin: auto;
}
#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2em;
	background-image: url(images/footer.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
