
body {
    width: 800px;
    margin: 0 auto 0 auto;
    padding-top: 10px;
    font-family: sans-serif;
}

div.footer {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #666666;
    text-align: center;
    color: #333333;
}

