@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}
img{
        border:none;
}
div{
	margin:0 auto;
}
.top{
	width:1000px;
	height:449px;
	background:url(images/top.jpg);
}
.middle-1{
	width:1000px;
	height:543px;
	background:url(images/middle-1.jpg);
}
.middle-2{
	width:1000px;
	height:588px;
	background:url(images/middle-2.jpg);
}
.foot{
	width:1000px;
	height:82px;
	background:url(images/foot.jpg);
}