@charset "utf-8";
/* CSS Document */
body {
	background: url(../src/top_bg.jpg) top repeat-x;
}
#logo {
	position: absolute;
	top: 0px;
	width: 912px;
	height: 715px;
	left: 50%;
	margin-left: -456px;
}
#main {
	position: absolute;
	top: 132px;
	left: 50%;
	width: 912px;
	margin-left: -456px;
	height: 400px;
	z-index: 100;
	background: url(../img/bg_2.jpg);
}
#menu-wrapper{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 912px;
	height: 64px;
	background: url(../img/menu_bg.png) repeat-x;
}
#menu {
	position: absolute;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}
.menu-item {
	float: left;
	width: 145px;
	height:44px;
	text-align: center;
	margin: 2px;
	padding-top: 12px;
	cursor: pointer;
}
.menu-item-over {
	background:url(../img/menu_bg2.png) no-repeat;
}
