html {
  font-size:100.01%;
  }
body {
  background:#000 url(../img/bg.jpg) no-repeat;
  font:.85em/1.4 georgia,times,serif;
  color:#FFF;
  }
html, body { /* #footer down */
  width:100%;
  height:100%;
}
/* Headings
------------------------------------------ */
h1 {
  position:absolute; top:74px; left:107px;
  width:433px; height:41px;
  }

/* Links
------------------------------------------ */
a {
  color:#FFF;
  }
a:hover {
  color:#FF0;
  }
 .title {
  text-transform:uppercase; text-decoration:underline;
  font-weight:bold; font-family:tahoma,verdana,sans-serif;
  }


/* Emphasises, separators, sub&sup
------------------------------------------ */
strong {
  font-weight:bold;
  }
strong.big {
  font-size:1.4em; font-style:italic;
  }
.separator {
  margin:.5em 0 1em;
  height:30px;
  background:transparent url(../img/bg_separator.png) no-repeat;
  }

/* Forms
------------------------------------------ */
form {
  }
  div.row {
    margin:0 0 1em 0;
    }
  div.button {
    padding:.5em 0 0;
    }    
label {
  display:block;
  line-height:1.8;
  }
input[type="text"]
, textarea {
  padding:.35em .3em .4em;
  border:1px solid #666; border-right-color:#999; border-bottom-color:#999;
  background:transparent;
  font-family:georgia,times,serif;
  color:#9F0;
  }
input[type="submit"] {
  width:120px; height:30px;
  border:0;
  background:transparent url(../img/btn_go_sprite.png) 0 0 no-repeat;
  /*text-indent:-9999px;*/
  cursor:pointer;
  }
  input[type="submit"]:hover {
    background-position:0 -30px;
    }
  input[type="submit"]:active {
    margin-top:1px;
    }

/* Icons
------------------------------------------ */
i { background:transparent url(/img/icons_sprite.gif) no-repeat; }
i.icq { }
i.gtalk { background-position:0 -29px; }
i.email { background-position:0 -57px; }
i.tel { background-position:0 -87px; }
