a.logo {
    font-size: 0;
}

a.logo:after {
    content: "Be your true mind...";
    font-style:italic;
    font-size: initial;
}

.topLeft {
    float:right;
}

.topRight {
    float: left;
}