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

body {
	background-color:#f6f6f6;
}
#top {
	width:705px;
	height:60px;
	background:url(../images/top.jpg) no-repeat;
	padding:10px 0px 0px 590px;
	}
#center {
	width:100%;
	height:560px;
	background:#f7f7f7;
	}
#bottom {
	width:1000px;
	height:50px;
	background:url(../images/bottom.jpg) no-repeat;
	padding:0px 0px 0px 0px;
	}