body {
    background: #000000 url(/img/bg.png) repeat scroll 0 0;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1;
}
span.copyright {
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    bottom: 0;
}
span.copyright a {
    color: #FFFFFF;
    text-decoration: underline;
}
div#vcard {
    position: absolute;
    background: url(/img/vcard.png) no-repeat center top;
    width: 464px;
    height: 327px;
    top: 50%;
    left: 50%;
    margin-left: -232px;
    margin-top: -163.5px;
}