.description_panel {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30%;
    margin-left: -35%;
    width: 70%;
    height: 60%;
    background-color: black;
}

.about_body {
	position: absolute;

    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: none;	
	
	text-align: left;
	top: 100px;
	right: 10%;
	left: 10%;
	bottom: 10%;
	max-width: 1200px;
/*
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #575757;
*/
}

.about_col {
    float: left;
    width: 45%;	
}
