a, a:visited, a:active{
    color: #ff6a00;
    text-decoration: none;
}
a:hover {
    border-bottom: dotted;
    border-width: 1px;
}

#logo {
    display: block;
    width: 407px;
    height: 120px;
    margin: 50px auto;
    background: url('../img/logo.png') no-repeat 0 0;
}

#logo:hover {
    background-position: 0 -120px;
    border-bottom: none;
    border-width: 0px;
}

#logo span {
    display: none;
}

body {
    background-color: #000000;
    color: #707070;
    text-align: center;
    font-family: 'Lucida Grande', tahoma, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

#content {
    padding: 20px;
    max-width: 600px;
    margin: auto;
    min-width: 400px;
    text-align: justify;
}

.highlight {
    color: #FFFFFF;
    font-style: italic;
}

#social {
    margin: 0 25%;
}

#social a {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0px 10px 10px;
}

#social a:hover {
    background-position: 0 -40px;
    border-bottom: none;
    border-width: 0px;
}

#social a span {
    display: none;
}

#twitter { background: url('../img/twitter.png') no-repeat 0 0; }
#facebook { background: url('../img/facebook.png') no-repeat 0 0; }
#linkedin { background: url('../img/linkedin.png') no-repeat 0 0; }
#google { background: url('../img/google.png') no-repeat 0 0; }
#delicious { background: url('../img/delicious.png') no-repeat 0 0; }
#orkut { background: url('../img/orkut.png') no-repeat 0 0; }
