@charset "utf-8";
/* CSS Document */

	body{
		with: 100%;
		text-align: center;
	}
	#main_wrapper{
		width: 1024px;
		height: 650px;
		background-color: #fffbf9;
		margin-left: auto;
		margin-right: auto;
	}
	#left_wrapper{
		width: 510px;
		height: 578px;
		text-align: left;
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-image: url(_img/back_left_1.jpg);
		background-repeat: no-repeat;	
	}
	#right_wrapper{
		width: 514px;
		height: 578px;
		left: 510px;
		text-align: left;
		float: right;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-image: url(_img/back_right_1.jpg);
		background-repeat: no-repeat;
	}
	#nav_bar{
		width: 1024px;
		height: 72px;
	}

