/* pushes the page to the full capacity of the viewing area */
/* html {height:100%; width:100%}  */

body { 
       height:100%;
       margin:0;
       padding:0;
       background-color: #102A53;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 10pt;
       color: #CCCCCC;
     }

/* prepares the background images to full capacity of the viewing area */
#bg {position:absolute; top:0; left:0; height:100%; width:100%; }
#body { position:absolute; top:5%; left:0; width:100%; height:100%; text-align:center; }
#t1 {font-family: Arial, Helvetica, sans-serif; font-size: 20pt;}
#text {position:absolute; top:50px; left:10%; width:75%; }

/* places the content on top of the background image */
#bg {position:relative; z-index:1;}

a { font-family: Arial, Helvetica, sans-serif;
  color: #BFFFFF; }
a:visited {color: #FFFFAA;}

p.p1 {font-family: Arial, Helvetica, sans-serif; font-size: 24pt;}