#body {
	width:100%;
	min-height:100%;
	position:relative;
	background:#94BBDB url(../images/bg-body.png) center top repeat-y;
}
#wrap_top {
	width:100%;
	min-height:768px;
	padding-bottom:256px;
	background:url(../images/bg-top.jpg) center top no-repeat;
}
#wrap_bot {
	width:100%;
	height:256px;
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/bg-bot.jpg) center bottom no-repeat;
}
.pagecol {
	position:relative;
	width:960px;
	margin:0 auto;
}
#page_head {
	position:relative;
	height:182px;
}
#page_main {
	position:relative;
	min-height:500px;
	background:#fff;
}
#page_foot {
	height:256px;
}

#nav_top {
	position:absolute;
	width:960px;
	height:43px;
	left:0;
	bottom:2px;
	background:url(../images/bg-menu.png);
}
#top_logo {
	position:absolute;
	top:29px;
	left:0;
}
#top_slogan {
	position:absolute;
	top:65px;
	left:525px;
}
#top_donate {
	position:absolute;
	bottom:28px;
	right:0;
	z-index:10;
}
#top_donate a {
	display:block;
}

#page_main .ctop {
	position:absolute;
	width:960px;
	height:10px;
	left:0;
	top:-10px;
	z-index:20;
	background:url(../images/bg-ctop.png);
}
#page_main .cbot {
	position:absolute;
	width:960px;
	height:15px;
	left:0;
	bottom:-15px;
	z-index:20;
	background:url(../images/bg-cbot.png);
}






