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

body {
	background-color: #b16f19;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#back_top {
	background-image: url(images/back_01.jpg);
	width: 1200px;
	height: 46px;
}
#back_left {
	background-image: url(images/back_02.jpg);
	float: left;
	width: 159px;
	height: 668px;
}
#back_center {
	float: left;
	height: 668px;
	width: 883px;
}
#back_right {
	background-image: url(images/back_04.jpg);
	float: left;
	height: 668px;
	width: 158px;
}
#back_bottom {
	background-image: url(images/back_06.jpg);
	width: 1200px;
	height: 49px;
}
#container {
	width: 1200px;
	height: 800px;
	margin: auto;
}
#center_top {
	width: 883px;
	height: 137px;
	background-image: url(images/back_03.jpg);
}
#home {
	height: 79px;
	width: 330px;
	float: left;
}
#sapac {
	height: 79px;
	width: 320px;
	float: left;
	margin-left: 150px;
}
#center_top2 {
	width: 683px;
	height: 58px;
	background-image: url(images/back_03.jpg);
	padding-left: 200px;
	padding-top: 79px;
}
#center_content {
	background-image: url(images/back_05.jpg);
	width: 863px;
	height: 511px;
	padding: 10px;
}
#footer {
	font-size: 10px;
	color: #CCC;
	height: 20px;
	text-align: center;
	width: 500px;
	margin: auto;
}

