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

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
  margin-top:0;
  margin-bottom:0
}

caption {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #127B12;
  font-size: 100%
}

h1 {
  font-size: 175%;
  color: #228B22
}

h2 {
  font-size: 150%;
  color: #228B22
}

h3 {
  font-size: 125%;
  color: #228B22
}

h4 {
  font-size: 110%;
  color: #000000
}



p {
  text-indent: 15px;
  line-height:1.5
}

a {
  color: #3366CC;
  font-weight: bold;
  text-decoration: none
}

a:hover {
  color: #B8860B
}

li {
  margin-left:5px;
  line-height:1.5;
  margin-bottom: 1.0em
}

#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
        z-index:-10
}

#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
	  z-index: -10
}
