

/* Content -------------------------------------------------------------------------------*/
#content_a {
	display:block;
	position:relative;
	width:900px;
	background-image: url(img/hgc.jpg);
	background-repeat:repeat-y; 
	margin: 0 auto;
	clear:both;
	z-index:4;
}


#content {
	display:block;
	position:relative;
	width:900px;
	background-image: url(img/hgfoot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;

	margin: 0 auto;
	clear:both;
	z-index:5;
}

#c_h {
	display:block;
	position:relative;
	width:700px;
	float:left;
	z-index:10;
}
#c_l {
	display:block;
	position:relative;
	width:190px;
	margin-bottom:152px;
	float:left;
	z-index:11;
}

#c_c {
	display:block;
	position:relative;
	width:500px;
	margin-bottom:10px;
	float:right;
	z-index:20;
}

#c_c_H {
	display:block;
	position:relative;
	width:700px;
	margin-bottom:10px;
	background-color:#00FF00;
	float:right;
	z-index:15;
}


#c_r {
	display:block;
	position:relative;
	width:190px;
	margin-top:8px;
	margin-bottom:152px;
	min-height:200px;
	float:right;
	z-index:1;
}