html { 
  background: url(about-imgs/screenshot-small.png) 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 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:85%;*/
	margin-top: 10%;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	padding:5px;
   	border:5px solid white;
   	background-color:black;
}

#page {
	background: rgba(169, 171, 169, 0.7);
	width: 50%;
	margin-top: 8vw;
	margin-bottom: 8vw;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	color: white;
	text-shadow: 0 0 0.75vw blue, 0 0 1.5vw black;
	/*2px 2px 5px gray;*/
	text-align: left;
	line-height: 1.25em;
	font-family: "Consolas", Consolas, sans-serif;
	font-size: 30px;
}