body {
	background-color:#dfdfdf;
	background-imange:url("800px-Ιωαννινα.jpg");
	/*background-repeat:no-repeat;*/
	background-attachement:fixed;
}
.mdiv { 
	background-image:url("800px-Ιωαννινα.jpg");
	position:relative;
	top:50px;
	width:80%
	height:500px;
	left:50px;
	
	
}

h1 {
	color:white;
	background-color:black;
}
	
