html, body
{
margin: 0px;
padding: 0px;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

div.main
{
width: 211px;
height: 100%;
background-color: #000000;
margin-left: auto;
margin-right: auto;
}

div.tekst
{
padding-top: 100px;
text-align: center;
}

a
{
text-decoration: none;
text-transform: none;
font-weight: bold;
color: #FFFFFF;
}


a:link
{
color: #FFFFFF;
}

a:visited
{
color: #FFFFFF;
}

a:hover
{
text-decoration: underline;
color: #FFFFFF;
}

a:active
{
color: #FFFFFF;
}

img.logo
{
width: 211px;
height: 297px;
}