.image {
	position:absolute;
	background-color:#dfdfdf;
	height:50vh;
	width:80%;
	border:1px solid red;
}

.mbody {
	text-align:center;
	position:relative;
	margin-top:-120px;
	border-top:0.8px dashed black;
	border-bottom: 3px solid black;
	border-right:2px dashed black;
	border-left:2px solid black;
}

#header {
	background-color:yellow;
	display:block;
	width:100%;
}

.content {
	font-family:Arial;
	background-color:cyan;
	text-align:left;
	width:100%;
}

a {
	background-color:blue;
	color:black;
}