html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
  position: relative;
  width: 800px;
  min-height: 1px;
  margin: 10px auto;
  color: #333;
  left: 300px;
}

table {
margin-left:5cm;
}

div {
margin-left:5cm;
}

ul.navbar {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  text-decoration:none;
  list-style-type: none;
  width: auto;
  padding: 0; 
  margin: 0; 
  font-size: large;  
/*  width: 800  */
  color: #F8F8F8; 
}

h1 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  color: black;
  font-size: 20px;
  font-weight:normal;
  }
h2 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  color: black;
  font-weight: bold;
   }
ul.navbar li {
  font-weight: bold;
  text-decoration:none;
  color: white;
  }
ul.navbar a {  
  text-decoration: none }

a:link {
  color: black }

a:visited {
  color: black }

address {
  text-decoration: none;  
  color: black;
  font-family: Arial;
  font-weight: bold;
  font-style:normal;
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid; }

