@charset "utf-8";
/* CSS Document */

*{margin:0;
	padding:0;
}

body{background:url(img/bg.jpg) ;
}

#wrap{width:800px;
	height:574px;
	margin:0 auto;
}


.top{height:22px;
	background:url(img/head.jpg) repeat-x;
}

.main{height:595px;
	background:url(img/main.jpg) no-repeat;
	display:block;
}

.foot{height:39px;
	background:url(img/foot.jpg) repeat-x;
}

.under{ width:100%;
		text-align:center;
		background:url(img/under.jpg);
		float:left;
}

.box{width:822px;
	margin:0 auto;
	text-align:center;
}
