body {
    background-color: #000;
    background-image: url("../images/stars.jpg");
    margin: 5em;
    color: #FFF;
    font-family: arial;
}

img {
    border: 0;
}

#atlas {
    margin: 1em;
    background-image: url("../images/earth.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 305px;
}

#title-text {
    position: relative;
    height: 40px;
    top: 140px;
    color: #FFF;
    text-align: center;
}

.cover-text {
    text-align: center;
}

.cover-text a {
    color: #FFF;
    text-decoration: none;
}

#title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 560px;
}

#title-inner {
    display: table-cell;
}


#title-inner img {
    margin: 5px;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.dot img {
    margin-top:25px;
}
