@charset "utf-8";
html {
	background-image: url(background.gif);
	background-repeat: repeat;
}
#menu {
	background-image: url(menu.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100%;
}
#menu-shadow {
	background-image: url(menu-shadow.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 95px;
	height: 10px;
	width: 100%;
}
#base-frame {
	background-color: #FFF;
	position: relative;
	top: 140px;
	width: 1060px;
	margin: 0 auto;
}
#base-head {
	background-image: url(base-head.gif);
	background-repeat: none;
	height: 10px;
}
#base-base {
	background-image: url(base-base.gif);
	background-repeat: repeat-y;
}
#base-foot {
	background-image: url(base-foot.gif);
	background-repeat: none;
	height: 10px;
}
