#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 910;
}
.site-header {
	width:100%;
	top:0px;
	height: 152px;
	text-align: center;
	background-image:url(../images/topbutton.png);
	color:#FF8C90;
	position: fixed;

}



#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}
.site-footer {
	width:100%;
	bottom:0px;
	height: 215px;
	text-align: center;
	background-image:url(../images/downgb.jpg);
	color:#FF8C90;
	position: fixed;

}
