html,body,.logo { /* so that the #dv can fill up the page */
    width:99%;
    height:98%;
}
.logo {
    background: url('logo.jpg') no-repeat 0 0;
    background-position: center center;
}