body {
    background: #c7c7c7 url(../images/img01.jpg) repeat scroll 0 0;
}

img {
    border: 0;
}

#wrapper {
    width: 960px;
    height: 418px;
    background: #ffffff url(../images/jono-bw.jpg) no-repeat scroll 0 0;
    border: 1px solid #000000;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -209px -480px 0 0;
}

#wrapper img {
    width: 140px;
    height: 140px;
    position: absolute;
}

#updates {
    position: absolute;
    width: 380px;
    height: 205px;
    top:45px;
    left: 55px;
    font-family: Georgia, Serif;
    font-size: 1em;
    color: #333333;
    display: table;
    overflow: hidden;
}

#updates ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

#updates ul li {
    padding: 0 0 20px 0;
}

#updates a, #updates a:hover {
    color: #0066cc;
}

#blog {
    bottom: 10px;
    left: 40px;
}

#facebook {
    bottom: 10px;
    left: 160px;
}

#twitter {
    bottom: 10px;
    left: 280px;
}