body {
	background-color: lightgrey;
}

.image{
	position:relative;
	background-image: url("http://kalipso.math.uoi.gr/~skontog/Ergastiria/Erg3/img_tree.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 10vw 80vh;
	border: 1px solid red;
	height: 97vh;
}

.mbody{
	position:absolute;
	top:50vh;
	right:0;
	width:95vw;
	height:26vh;
	border-style:dotted dashed solid solid;
	border-width:2px;
}

#header{
	position:relative;
	background-color:yellow;
	height:35px;
	margin-top:20px;
}

h2{
	position:absolute;
	top:-20px;
	left:50%;
	transform:translate(-50%);
}

.content{
	position:absolute;
	margin-left:5px;
	margin-right:5px;
	top:95px;
	width:99%;
	background-color:cyan;
}

p{
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.1px;
}
