body {
	font-size: 12px;
	font-family: Tahoma,Arial,Verdana,Times New Roman;
	color: #000000;
	text-align: center;
}

a {
	text-decoration: none;
	outline: none;
}

div, span, body {
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#main_01, #header_01, #center_01, #menu_01, #footer_01 {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#main_01 {
	display: block;
	margin: 0px auto;
	width: 767px;
	height: 756px;
}

#header_01 {
	display: block;
	margin: 0px auto;
	width: 767px;
	height: 41px;
}

#center_01 {
	display: block;
	margin: 0px auto;
	width: 767px;
	height: 382px;
	background-image: URl('./center.jpg');
}

#menu_01 {
	display: block;
	margin: 0px auto;
	width: 767px;
	height: 293px;
}

#footer_01 {
	display: block;
	margin: 0px auto;
	width: 767px;
	height: 39px;
	line-height: 39px;
	background-image: URl('./footer.jpg');
	text-align: center;
	color: #1A1A1A;
}

a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-position: 0% 0%;
}

a:hover {
	background-position: 0% 100%;
}

#footer_01 a {
	display: inline;
	float: none;
	color: #1A1A1A;
}

#footer_01 a:hover {
	color: #555555;
	text-decoration: underline;
}
