﻿*
{
    margin: 0;
    padding: 0;
    border:0;
}

html, body, form
{
    height: 100%;
}

body
{
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: Tahoma, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 100%;
}

#distance
{
    width: 1px;
    height: 50%;
    margin-bottom: -7.5em;
    float: left;
}

#container
{
    margin: 0 auto;
    position: relative;
    text-align: left;
    height: 15em;
    width: 25em;
    clear: left;
    color: #fff;
    text-align: center;
}

div#body-logo
{
    width: 160px;
    margin: 0 auto 0 auto;
    text-align: center;
    
}

img#logo-img
{
    padding: 0 7px 0 7px;
    /*  */
    position:relative;
    left:25px;
}

.adr
{
    font-size: 80%;
    color: #999;
    padding: 5px;
}

.email
{
    color: #999;
}

div#langs
{
    position:relative;
    top:30%;
}

.left
{
    position:relative;
    float:left;
}

.right
{
    position:relative;
    float:right;
}

a
{
    color:#999;
    font-size:95%;
    font-weight:bold;
    text-decoration:underline;
}

a:hover
{
    text-decoration:none;
    color:#fff;
}

#entLink
{
    text-align:left;
    display:block;
    margin-top:30px;
    margin-left:50px;
    font-variant:small-caps;
}