* {
    border : 0;
    margin : 0;
    padding : 0;
}
body {
    font-family : "Lucida Grande","Lucida Sans",Arial,sans-serif;
    font-size : 14px;
    background : #fff;
}
#footer #footerThirdParty {
    float : left;
    width : 120px;
    display : block;
    list-style : none;
    margin-top : -4px;
    margin-left : 4px;
}
#footer #footerThirdParty li, #footer #footerThirdParty a {
    width : 20px;
    height : 20px;
    display : block;
    float : left;
    margin : 2px;
}
#footer #footerThirdParty a.liTwitter {
    background : url('/images/website/twitter.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liFacebook {
    background : url('/images/website/facebook.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liBlogger {
    background : url('/images/website/blogger.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liWordpress {
    background : url('/images/website/wordpress.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liDigg {
    background : url('/images/website/digg.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liYoutube {
    background : url('/images/website/youtube.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liTwitter:hover {
    background : url('/images/website/twitter_grey.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liFacebook:hover {
    background : url('/images/website/facebook_grey.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liBlogger:hover {
    background : url('/images/website/blogger_grey.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liWordpress:hover {
    background : url('/images/website/wordpress_grey.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liDigg:hover {
    background : url('/images/website/digg_grey.gif') transparent no-repeat;
}
#footer #footerThirdParty a.liYoutube:hover {
    background : url('/images/website/youtube_grey.gif') transparent no-repeat;
}
#headerThirdParty {
    float : right;
    width : 120px;
    display : block;
    list-style : none;
    margin-left : 4px;
}
#headerThirdParty li, #headerThirdParty a {
    width : 20px;
    height : 20px;
    display : block;
    float : left;
    margin : 2px;
}
#headerThirdParty a.liTwitter {
    background : url('/images/website/twitter.png') transparent no-repeat;
    background-size : 20px;
}
#headerThirdParty a.liFacebook {
    background : url('/images/website/facebook.png') transparent no-repeat;
    background-size : 20px;
}
#headerThirdParty a.liBlogger {
    background : url('/images/website/blogger.gif') transparent no-repeat;
}
#headerThirdParty a.liWordpress {
    background : url('/images/website/wordpress.png') transparent no-repeat;
    background-size : 20px;
}
#headerThirdParty a.liDigg {
    background : url('/images/website/digg.gif') transparent no-repeat;
}
#headerThirdParty a.liYoutube {
    background : url('/images/website/youtube.png') transparent no-repeat;
    background-size : 20px;
}
#headerThirdParty a.liTwitter:hover {
    opacity : .5;
}
#headerThirdParty a.liFacebook:hover {
    opacity : .5;
}
#headerThirdParty a.liBlogger:hover {
    background : url('/images/website/blogger_grey.gif') transparent no-repeat;
}
#headerThirdParty a.liWordpress:hover {
    opacity : .5;
}
#headerThirdParty a.liDigg:hover {
    background : url('/images/website/digg_grey.gif') transparent no-repeat;
}
#headerThirdParty a.liYoutube:hover {
    opacity : .5;
}
