body {
	background-color: #000000;
	background-position: top;
	background-image: url("../images/bg_wood.gif");
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#main {
	background-position: top;
	background-image: url("../images/bg_main.gif");
	background-repeat: no-repeat;
	height: 842px;
}

#menu {
	background-position: top;
	background-image: url("../images/bg_menu.gif");
	background-repeat: no-repeat;
	height: 41px;
}

#banner {
	background-position: top;
	background-image: url("../images/bg_banner.gif");
	background-repeat: no-repeat;
	height: 72px;
}

#extend {
	background-position: bottom;
	background-image: url("../images/bg_extend.gif");
	background-repeat: repeat-y;
}

#homey {
	background-position: top;
	background-image: url("../images/bg_home.gif");
	background-repeat: no-repeat;
	height: 497px;
}

#foot {
	background-position: bottom;
	background-image: url("../images/bg_foot.gif");
	background-repeat: no-repeat;
	height: 161px;
}
