html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#page-background {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}

#content {
	position:relative; 
	z-index:1; 
	padding:10px;
}

body {	background: #000000;
	color: #004400;
	font-family: Verdana, sans-serif; 
}

A:link {color: #002200}
A:active {color: #002200}
A:visited {color: #002200}

div.box1 {
    background: #FFFFFF;
    padding: 0.1em;
    border: none;
    width: 9%;
 }

h1 { font-size: 180%; 
        font-family: Garamond, "Times New Roman", serif;
}

h2 { font-size: 80%; 
        font-family: Garamond, "Times New Roman", serif;
}

h3 { font-size: 280%; 
        font-family: Garamond, "Times New Roman", serif;
}

h4 { font-size: 120%; 
        font-family: Garamond, "Times New Roman", serif;
}

h5 { font-size: 200%; 
        font-family: Garamond, "Times New Roman", serif;
        color: #DDFFDD
}

h12 { font-size: 180%; 
        font-family: Garamond, "Times New Roman", serif; 
	color: #000000
}

h13 { font-size: 280%; 
        font-family: Garamond, "Times New Roman", serif;
	color: #c5c0d8
}




