*, html, body {
  margin: 0;
  padding: 0;
  }
  
html, body {
  height: 100%;
  }
  
body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  color: #212121;
  }
  
body.black {
  background: #A4A3A8;
  color: #E1E1E1;
  }

pre {
  font-size: 11px;
  padding: 20px;
  color: #333;
  background: #F1F1F1;
  }
  
fieldset {
  border: 0;
  }
  
h2 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 20px 0;
  }
  
h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 15px 0;
  }
  
p {
  font-size: 1.2em;
  line-height: 17px;
  margin: 0 0 17px 0;
  }
    
    
#header h1 {
  width: 190px;
  height: 50px;
  position: absolute;
  top: 32px;
  left: 45px;
  }
      
  #header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/layout/h1_logo.jpg) left top no-repeat;
    text-indent: -19999px;
    }
        
  #header h1 a:focus {
    outline: none;
    }
        
