@font-face {
  font-family: 'BentonSansBold';
  src: url('BentonSans-Bold.ttf') format('truetype');
} 
@font-face {
  font-family: 'BentonSansBook';
  src: url('BentonSans-Book.ttf') format('truetype');
} 
html,body {
    padding: 0;
    margin: 0;
    font-family: 'BentonSansBold',Arial;
}
a {
    text-decoration: none;
}
#container {
    position: relative;
    left: 0px;
    top: 0px;
    cursor: pointer;
    overflow: hidden;
    background-color: white;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.element {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.hide {
    opacity: 0;
}
#border {
    opacity: 1;
    border: 1px solid #000000;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    pointer-events: none;
}

.text {
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    font-size: 26px;
}
#cursor,#cursor2 {
    left: 23px;
    top: 112px;
}
#cursor,#cursor2 {
    border-left: 1px solid #fff;
    width: 1px;
    height: 26px; 
}


#text2 {
    left: 30px;
    top: 123px;
    font-family: 'BentonSansBook',Arial;
    font-size: 14px;
}
#text1,#text4 {
    left: 23px;
    top: 62px;
}

#text3 {
    left: 30px;
    top: 123px;
    font-family: 'BentonSansBook',Arial;
    font-size: 11px;
}