@charset "utf-8";
/* CSS Document */
* { margin:0px; padding:0px;}
body {
	background-color: #000000;
}
.top {
	clear:left;
	height: 100px;
	width: 1002px;
	background-image: url(images/images_01.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.mid {
	clear:left;
	height: 443px;
	width: 1002px;
	background-repeat: no-repeat;
	background-image: url(images/images_02.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bottom {
	clear:left;
	height: 57px;
	width: 1002px;
	background-image: url(images/images_03.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
