body {
    text-align: center;
    background-image: url("../images/bg.gif");
    background-color: #080808;
    color: #ffffff;
}
img {
    border: 0px;
}
a {
    text-decoration: none;
}

.footer {
    position: fixed;
    bottom: 0;
    right: 0;
}
.background {
    background-color: #121212;
    font-family: "Lucida Console" , Monospace;
    font-size: medium;
    margin-left: auto;
    margin-right: auto;
    max-width: 28em;
    text-align: left;
}
.lines {
    text-align: right;
    color: #afafaf;
    width: 1.5em;
    margin: 0px 10px;
    float: left;
    border-right: 3px solid #3185b9;
    padding-right: 5px;
}
.content {
    color: #3f3f3f;
}
.category {
    color: #e3e658;
}
.name {
    color: #d01d33;
}
.coordinates {
    color: #1dc116;
}
.profiles {
    color: #4a8cdb;
}
.external {}