html { 
  background:  url(Evie_seagulls_400x300.gif) no-repeat center center fixed; 
  background-size: cover;
}

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

#header {
	font-family: "Consolas", Consolas, sans-serif;
	font-size: 4vw;
	color: blue;
	position: absolute;
	top: 0%;
	margin-left: 1.5em;
}

h3 {
	color: blue;
	text-shadow: 0 0 1vw white, 0 0 2vw white;
	}

#page {
	width: 75%;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 1.5em;
	padding-top: 11vw;
	font-family: "Consolas", Consolas, sans-serif;
	color: black;
	text-shadow: 0 0 1vw white, 0 0 2vw white;
	text-align: left;
	line-height: 1.25em;
	font-size: 4vw;
	font-weight: bold;

}