body {
    background: white;
    font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
}

h1 {
    display: none;
}

p.email {
    bottom: 0;
    clear: both;
    color: #333;
    font-family: "Georgia", "Times", serif;
    font-size: 250%;
    margin: 15px;
    position: fixed;
    right: 0;
    text-align: right;
    text-shadow: 3px 3px #ddd;
    z-index: 1;
}

p.email span {
    color: #777;
}

ul.services {
    margin: 0 auto;
    height: 450px;
    width: 450px;
    z-index: 0;
}

ul.services li {
    float: left;
    height: 120px;
    padding: 15px;
    width: 120px;
}

ul.services li a {
    background: no-repeat center;
    display: block;
    font-size: 140%;
    height: 100%;
    outline: none;
    text-decoration: none;
    text-align: center;
    position: relative;
    width: 100%;
}

ul.services li a span {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

ul.services li a:hover span {
    display: block;
}

ul.services li.blog a {
    background-image: url("../images/logos/blog.png");
    color: #363636;
}

ul.services li.cv a {
    background-image: url("../images/logos/cv.png");
    color: #333;
}

ul.services li.delicious a {
    background-image: url("../images/logos/delicious.png");
    color: #0032fa;
}

ul.services li.facebook a {
    background-image: url("../images/logos/facebook.png");
    color: #243863;
}

ul.services li.github a {
    background-image: url("../images/logos/github.png");
    color: #000;
}

ul.services li.last-fm a {
    background-image: url("../images/logos/last-fm.png");
    color: #b22b2b;
}

ul.services li.linked-in a {
    background-image: url("../images/logos/linked-in.png");
    color: #1f5d88;
}

ul.services li.open-id a {
    background-image: url("../images/logos/open-id.png");
    color: #e58126;
}

ul.services li.twitter a {
    background-image: url("../images/logos/twitter.png");
    color: #48a6cd;
}