body {
	background: url("full_bg.jpg");
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: top center;
}


#body_main {
	position:relative;
	top: 44px;
	width: 802px;
	left: 50%;
	margin-left: -401px;
}

#body_main_top {
	position:relative;
	top: 0px;
	width: 802px;
	left: 50%;
	margin-left: -401px;
	margin-top: -13px;
}

.top_menu_line {
	margin-top: 8px;
	width: 802px;
	height: 2px;
}

#top_menu {
	position: fixed;
	top: 0px;
	left: 50%;
	width: 802px;
	padding-top: 8px;
	height: 25px;
	overflow: hidden;
	margin-left: -401px;
	z-index: 100;
	background-color: #ffffff;
	border-color: #000000;
	border-width: 1px;
	border-bottom-style: solid;
}

#top_menu_moving {
	position: relative;
	top: 0px;
	left: 50%;
	width: 802px;
	height: 25px;
	overflow: hidden;
	margin-left: -401px;
	z-index: 2;
	background-color: #ffffff;
	border-color: #000000;
	border-width: 1px;
	border-bottom-style: solid;
	/* border-top-style: solid; */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#body_foot {
	position: relative;
	width: 802px;
	top: 0px;
	left: 50%;
	margin-left: -401px;
	padding-top: 50px;
	padding-bottom: 115px;
	background:url("footer2.jpg");
	text-align: center;
	margin-top: 20px;
	margin-bottom: -20px;
	background-repeat:no-repeat;
	background-position: top center;

}

#body_foot2 {
	position: relative;
	width: 802px;
	top: 0px;
	left: 50%;
	margin-left: -401px;
	margin-top: -30px;
	padding-bottom: 115px;
	background:url("footer3.jpg");
	text-align: center;
	margin-bottom: -20px;
	background-repeat:no-repeat;
	background-position: top center;

}

#page_left {
	width: 93px;
	position: fixed;
	left: 50%;
	margin-left: -495px;
	}

#page_right {
	width: 93px;
	position: fixed;
	left: 50%;
	margin-left: 402px;
	}
