@charset
"utf-8"
;
/* CSS Document */
body {
    font-family: Arial;
    font-size: 11pt;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
   
}

.main {
    
}

.content {
    
}

.contact {
    font-size:8pt;
    text-align: left;
    color:#FFFFFF;
    position: absolute;
    top: 580px;
    left: 1160px;
}

h1{
   font-size:12pt;
}

.link {
    position: absolute;
    bottom: 50px;
    right: 64px;
    font-size: 0.8em
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:focus {
    color: rgb(207, 207, 205);
    text-decoration: none;
}

a:hover {
    color: rgb(207, 207, 205);
    text-decoration: none;
}

a:active {
    color:#FFFFFF;
    text-decoration: none;
}


