.about {
    margin: 10px;
    height: auto;
    width: auto;
	position: relative;
	border: 1px solid black;
    background-color: #F7EFE1;
    padding: 10px;
}
.about_top {
	top: -10px;
    width: 100%;
	height: 10px;
	border: 1px solid black;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.about_bottom {
	bottom: -10px;
    width: 100%;
	height: 10px;
	border: 1px solid black;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.about_left {
	left: -10px;
    height: 100%;
	width: 10px;
	position: absolute;
	border: 1px solid black;
	top: -1px;
	border-left:none;
	border-right:none;
}
.about_right {
	right: -10px;
    height: 100%;
	width: 10px;
	position: absolute;
	border: 1px solid black;
	top: -1px;
	border-left:none;
	border-right:none;
}