@font-face {
        font-family: SuperGrotesk;
        src: url('SuperGroteskC-Rg.otf');
}

@font-face {
        font-family: SuperGrotesk;
        font-weight: bold;
        src: url('SuperGroteskC-MedLF.otf');
}


* {
margin: 0;
padding: 0;
}

html,
body,
#content
{
     width:100%;
     height:100%;
     overflow:hidden;
}

body {
font-family: 'SuperGrotesk', sans-serif;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
}

#bg
{
     position:absolute;
     width:100%;
     height:100%;
}

#bg img
{
     min-height:100%;
     height:auto !important;
     height:100%;
     min-width:100%;
     width:auto !important;
     width:100%;
     margin:0 auto;
     display:block;
     position:absolute;
     bottom:0;
     right:0;
}

#content
{
     position:absolute;
     top:0;
     z-index:70;
     overflow:auto;
     padding:0px;
}

A:link {
color: rgb(255,255,255);
text-decoration: none;
}
A:visited {
color: rgb(255,255,255);
text-decoration: none;
}
A:active {
color: rgb(255,255,255);
text-decoration: none;
}

A:hover {
color: rgb(255,255,255);
text-decoration: underline;
}

div#wrap {
width: 530px;
position:relative;
left:50%;
margin-left:-265px;
padding: 190px 0px 0px 0px;
}

div#logo {
font-weight:bold;
text-align: center;
font-size: 24pt;
letter-spacing: 12pt;
}

div.headline {
font-size:13pt;
letter-spacing: 2pt;
margin:74px 0px 0px 0px;
}

div.text {
margin: 20px 0px 0px 50px;
font-size: 22pt;
letter-spacing: 7pt;
}

div.link {
font-size:13pt;
letter-spacing: 2pt;
margin: 20px 0px 0px 415px;
}