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

}


/*header.slim { height:30px}
header.slim nav { margin-top:0}
header.slim nav ul li { font-size:13px;}
*/

/* for light
header { width:100%; height:80px; background:rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:1000}
header h1 { width:200px; height:60px; float:left; margin:10px 0 0 10%;}
header h1 a { display:block; overflow:hidden; width:144px; height:40px; background:url(../img/layout/umc-capital.png) no-repeat left top;}
header nav { width:500px; height:30px; overflow:hidden; float:right; margin:25px 10% 0 0 }
header nav ul { display:block; list-style:none; padding:0; margin:0; overflow:hidden; height:30px;}
header nav ul li { display:block; list-style:none; padding:0; margin:0 0 0 70px; line-height:30px; height:30px; font-size:15px; color:#FFF; float:left;}
header nav ul li:first-child { margin:0}
header nav ul li a { color:#FFF}

*/


#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 910;
}
.site-footer {
	width:100%;
	bottom:0px;
	height:444px;
	text-align: center;
	background-image:url(../images/downgb.jpg);
	position: fixed;
	background-repeat: repeat-x;

}
