/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0; font-family:arial; color:white; }
p{color: white; font-family: arial; text-align:left;}
p.address {font-weight:bold; text-align:right; vertical-align:bottom;} 
a:link {color: white; text-decoration: none}
a:visited {color: white;}

/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
/* #header {position:relative; z-index:1;} */

div.header { position:relative;
        z-index:1;
	margin:0 auto;
	text-align:left;
	width:100%;
	height: 80%;
        margin-bottom:3px;
        padding: 4px;
	}
        
span.big {font-size:120pt;}

span.medium {font-size:60pt;}

span.small {font-size:30pt;}

span.verysmall {font-size:20pt;}


div.footerleft {
  position:relative;
  z-index:1;
  text-align: left;
  width: auto;
  margin: 0px;
  padding: 4px;
  float: left;
}

div.footerright {
  position:relative;
  z-index:1;
  text-align: right;
  width: 100;
  height: 20%;
  margin: 0px;
  padding: 4px;
  float: right;
}


