﻿	#footer_bg, #header_bg { width:100%; }
	#header_right {
		position:relative;
		float: right;
		width: 164px;
		height: 150px;
	}
	#header_left {
	  	position:relative;
	  	float: left;
	  	width: 476px;
	  	height: 150px;
	}
	#header_center {
	  	width: auto;
	  	position:relative;
	  	margin-left: 476px;
	  	margin-right: 164px;
	  	height: 150px;
	}
	#footer_right {
	  	position:relative;
	  	float: right;
	  	width: 7px;
	  	height: 77px;
	}
	#footer_left {
	  	position:relative;
	  	float: left;
	  	width: 67px;
	  	height: 77px;
	}
	#footer_center {
	  	width: auto;
	  	position:relative;
	  	margin-left: 67px;
	  	margin-right: 7px;
	  	height: 77px;
	}
	.hc_png_bg {
  		background: url("../images/head_backg.png") repeat-x bottom left;
	}	
	.hr_png_bg {
  		background: url("../images/head_flag.png") no-repeat bottom left;
	}
	.hl_png_bg {
  		background: url("../images/head_gsrpa.png") no-repeat bottom left;
	}
	.fc_png_bg {
  		background: url("../images/footer_backg.png") repeat-x top left;
	}	
	.fr_png_bg {
  		background: url("../images/footer_right.png") no-repeat top left;
	}
	.fl_png_bg {
  		background: url("../images/footer_left.png") no-repeat top left;
	}