.wasteland {
width: 600px;
	background-color: #beaf9b;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin: 0 auto;
}

.wl_head {
background-image: url(http://thesquare.silverandsteel.de/images/wasteland/wasteland2.png);	
	width: 600px;
	height: 386px;
}

.wl_shortfacts1 {
    width: 139px;
    height: 20px;
    background-color: #837460;
    color: #fcf0e4;
    padding: 2px;
	padding-top: 5px;
    margin: 5px;
    font-family: 'DM Serif Display', serif;
    text-align: center;
    border-bottom: 3px solid #fcf0e4;
}

.wl_box {
    width: 432px;
    background-color: #837460;
    color: #fcf0e4;
    padding: 9px;
    border-bottom: 3px solid #fcf0e4;
    margin-bottom: 5px;
}

.wl_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;
}