html {
    min-height: 100%;
}
body {
    height: 100%;
    min-height: 100%;
    background-color: black;
    color: white;
}
.wrapper {
    width: 800px;
    margin: 0 auto;
    position: relative;
}
a {
    text-decoration: none;
    font-size: 20pt;
    padding: 5px 100px 5px 20px;
    font-style: italic;
    color: white;
    font-weight: bold;
    behavior: url(js/PIE.htc);
}
a:hover {
    border-radius: 5px;
    color: black;
    cursor: pointer;
    background: #fff; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF) to(#000)); /*old webkit*/
    background: -webkit-linear-gradient(left, #FFF, #000); /*newer webkit*/
    background: -moz-linear-gradient(left, #FFF, #000); /*old gecko*/
    background: -o-linear-gradient(left, #FFF, #000); /*opera 11.10+*/
    background: linear-gradient(to right, #FFF, #000); /*firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers*/
    -pie-background: linear-gradient(left, #FFF, #000); /*ie 6-9 via PIE*/
}
hr {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #444;
    height: 1px;
    box-shadow: 0px 0px 3px white;
    margin: 10px;
}
#photo {
    float: left;
    padding-bottom: 30px;
    height: 450px;
    width: 354px;
}
#links {
    line-height: 40pt;
}
#links a {
    margin-left: 50px;
    font-size: 20pt;
}
.header {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    font-size: 13pt;
    text-align: right;
}