html { 
  background: url(evie-metabolic-images-9.gif) repeat;
}

body {
    color: black;
	background-color: transparent;
	margin: 0px;
}

#header {
	font-family: "Consolas", Consolas, sans-serif;
	font-size: 1.5vw;
	color: white;
	text-shadow: 0 0 .75vw blue, 0 0 1.5vw black;
	position: absolute;
	/*margin-left: 1.3em;*/

	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	/*color:#CCC;*/
	background:rgba(169, 171, 169, 0.8);
	/*padding:20px;*/
}

a {
	color:blue;
	text-shadow: 0 0 0.3vw white, 0 0 0.5vw white;
}

img {
	display:block;
	height:80%;
	margin-top: 6vw;
	margin-bottom: 1vw;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	/*padding:5px;*/
   	border:5px solid white;
   	background-color:black;
}

#footer {
	font-family: "Consolas", Consolas, sans-serif;
	font-size: 0.75vw;
	color: white;
	text-shadow: 0 0 0.5vw blue, 0 0 1vw black;
	position: absolute;
	text-align: center;
	/*margin-left: 1.3em;*/

	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	/*color:#CCC;*/
	background:rgba(169, 171, 169, 0.8);
}