.hell {
width: 600px;
	background-color: #1e1f1f;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin: 0 auto;
}

.he_head {
background-image: url(http://thesquare.silverandsteel.de/images/hell/header.png);	
	width: 600px;
	height: 386px;
}

.he_shortfacts1 {
    width: 139px;
    height: 20px;
    background-color: #3e3e3e;
    color: #fcf0e4;
    padding: 2px;
	padding-top: 5px;
    margin: 5px;
    font-family: 'DM Serif Display', serif;
    text-align: center;
    border-bottom: 3px solid #fcf0e4;
}

.he_box {
    width: 432px;
    background-color: #3d3d3d;
    color: #fcf0e4;
    padding: 9px;
    border-bottom: 3px solid #fcf0e4;
    margin-bottom: 5px;
}

.he_boxtitle {
color: #fcf0e4;
    padding: 5px;
    text-align: center;
    margin-right: 4px;
    float: left;
    border-bottom: 3px solid #fcf0e4;
    font-family: 'DM Serif Display', serif;
    font-size: 15px;
    background-color: #2b1a0e52;
}