@charset "utf-8";
/* CSS Document */

html { 
  background: url(images/tn_bg_pattern.jpg) repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
    color: 0;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 2em;
    line-height: 3em;
    text-align: center;
    letter-spacing: 0.7em;
    visibility: hidden;
}
