@charset "utf-8";
body {
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f2efe3;
}
#menu {
	top: 456px;
	z-index: 2;
	position: absolute;
	visibility: hidden;
}

