@charset "utf-8";

.manymenu {
	position: absolute;
	height: 1200px;
	width: 1100px;
	left: 0px;
	top: 201px;
	z-index: 1;
}
#singlemenu {
	position: relative;
	height: 67px;
	width: 1100px;
	z-index: 1;
}
#banner {
	position: fixed;
	height: 201px;
	width: 1100px;
	z-index: 2;
	background-image: url(../banner_bg.gif);
}
#footer {
	position: fixed;
	height: 68px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-image: url(../footer_bg.png);
	background-repeat: repeat-x;
	z-index: 2;
}

