:focus {
    outline: 0;
}

html, body {
    height:100%;
}

body {
    background-color:#000000;
    padding:0px;
    margin: 0px;
    width:100%;
    height:100%;
}

td  {
    border: none;
    padding: 0px;
}

#distance {
    width:100px;
    height:50%;
    margin-bottom:-297px;
    float:left;
}


#botttomable{
    margin:0 auto;
    position:relative;
    clear:left;
    width: 625px;
    height: 194px;
}

#navi2{
    margin-top:7px;
    margin-left: auto;
    margin-right: 209px;
}

#logo {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    /*
    margin-top: 20px;
    text-align: center;
    margin-right: 35px;*/
}

#stoerer {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

#moon {
    width: 100px;
    height: 100px;
    background-image: url(../img/landing/moon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    color:#FFFF00;
    margin-bottom: 50px;
    top:-1000px;
    left: -1000px;
}

#new {
    position: absolute;
    top: 50px;
    left: 120px;
}

#download {
    position: absolute;
    top: 50px;
    right: 120px;
}