body {
    background-image: url("images/galactimax-bg-black.jpg");
    background-color: #0d0d0d;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

div.brand-links {
    margin-top:12px;
}

div.brand-links a {
    color:#1cd6f6;
    text-decoration: none;
    margin:12px;
}

div.brand-links a:visited {
    color:#1cd6f6;
    text-decoration: none;
}

div.brand-links a:hover {
    color:#5ae0f7;
    text-decoration: none;
}

div.brand-links a:active {
    color:#5ae0f7;
    text-decoration: none;
}