html {
    padding: 0px;
}
body {
    margin: 0px;
    text-align: center;
    font-family: arial;
}
#page {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    padding: 5px;
    background-color: white;
    text-align: left;
}
#header {
    height: 50px;
    border-bottom: dashed 1px #bbbbbb;
    background: url(../img/logo.gif) no-repeat;
    margin-bottom: 5px;
    text-align: right;
    vertical-align: text-bottom;
}
#header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 92%;
}
#header ul li {
    display: inline;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
}
#header ul li.donate {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
#header ul li.donate form {
    display: inline;
}
#header ul li.delicious a {
    background: url(../img/delicious.gif) no-repeat left center;
    padding-left: 20px;
}
#header ul li.digg a {
    background: url(../img/digg.gif) no-repeat left center;
    padding-left: 20px;
}
#header ul li.reddit a {
    background: url(../img/reddit.png) no-repeat left center;
    padding-left: 20px;
}