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

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

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

a {
	background-color: blue;
}
