﻿.header {
	background-image:url('M.png');
	background-repeat:no-repeat;
	background-position:center;

	position:absolute;
	top:1%;
	width:99%;
	height:11%;

	text-align:center;
	vertical-align:middle;

	border:1px solid white;
}

.footer {
	position:absolute;
	bottom:1%;
	width:99%;
	height:6%;

	text-align:center;
	vertical-align:middle;

	border:1px solid white;
}

.article {
	position:absolute;
	top:13%;
	height:79%;
	width:99%;

	text-align:center;
	vertical-align:middle;
	border:1px solid white;
}

html {
	background-color:black;
	color: aliceblue;	
	font-weight:bold;
	font-size:x-large;
}

a {
	color:aquamarine;
	font-weight:bold;
	font-size:large;
}