#content_wrap {
	height:388px;
}
#content {
	display:none;
	top:50px;
	left:35px;
	width:392px;
	height:262px;
}
#corner_left {
	background-image:url('../img/content_left.png');
	bottom:13px;
	width:2px;
	height:379px;
	border:0px solid green;
	z-index:100;
}
#corner_right {
	background-image:url('../img/content_right.png');
	bottom:13px;
	right:0px;
	width:2px;
	height:379px;
	z-index:100;
}

#content_bottom {
	position:absolute;
	bottom:0;
	left:0;
	width:952px;
	height:15px;
	background-image:url('../img/content_bottom.png');
	background-position:top center;
	z-index:90;
}

#stoerer {
	position:absolute;
	bottom:-175px;
	right:0px;
	width:381px;
	height:175px;
	z-index:80;
}

#boxes {
	position:absolute;
	top:470px;
	left:50%;
	margin-left:-476px;
	width:970px;
	height:150px;
}

div.hb_wrap {
	float:left;
	height:150px;
	width:230px;
	margin-right:11px;
}
div.hb_wrap img {
	display:block;
}
div.hb_date { display:none; }

.hb_c_tl {
	position:relative;
	left:-1px;
	top:-148px;
	width:12px;
	height:12px;
	background-image:url('../img/hb_c_tl.png');
	background-position:top left;
}
.hb_c_tr {
	position:relative;
	left:219px;
	top:-160px;
	width:12px;
	height:12px;
	background-image:url('../img/hb_c_tr.png');
	background-position:top right;
}
.hb_c_bl {
	position:relative;
	left:-1px;
	top:-36px;
	width:12px;
	height:12px;
	background-image:url('../img/hb_c_bl.png');
	background-position:top center;
}
.hb_c_br {
	position:relative;
	left:219px;
	top:-47px;
	width:12px;
	height:12px;
	background-image:url('../img/hb_c_br.png');
	background-position:top center;
}

