body {
  font-family: 'Techno28', arial;
  background: #000000;
  font-size:13px;
  margin:0 auto;
  color:#ffffff;
  height: 1400px;
  overflow: hidden;
}

h1 {
  font-family: 'hooge 05_55 Cyr2',Sans;
  font-size:40px;
  font-weight: normal;
  color: #fff;
  margin: 10px 0px 50px 0px;
  padding-top: 270px;
}

a#finlink {
  font-size:15px;
}

a:hover {
  text-decoration:underline;
}

div#background {
  background-image:  url("../im/background2.jpg");
  background-size:     cover;                      
  background-repeat:   no-repeat;
  background-position: center center;  
  height: 1121px;
  display:block;
  text-align:center;
  position: relative;
}

div#linkDiv {
  position: absolute;
  color:#ffffff;
  top: 30px;
  width: 100%;    
}

div#greyground {
  background: rgba(0,0,0,.5);
  position: absolute;
  width: 100%; 
  height: 100%;  
}

.btn {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #000;
    border-radius: 2px;
    transition: all .3s ease-in;
    font-size: 1em;
}
