html,body {
    width: 100%; height: 100%;
    margin: 0; padding: 0;
}
html {
    background: #fff url('/img/bottom.png') no-repeat left bottom;
}
#wrapper {
    width: 100%; height: 100%;
    text-align: right;
    border-collapse: collapse;
}
#flickr {
    margin: 70px 300px 0 0;
}
.url {
    font: 9pt Helvetica, Arial, sans-serif;
    color: #444;
    margin: 5px 0 0 0;
}

a:link {
    text-decoration: underline;
}
a:visited {
    color: blue;
}
a:hover {
    color: #fff;
    background-color: blue;
    text-decoration: none;
}