html {
    background: url(../images/2004-10-07-11h24m46s_RobertEpprecht4.jpg) no-repeat center top fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color:black;
}

body {
    color: white;
}

a { font-size:large; }
a:link    { color:white; }
a:visited { color:white; }
a:hover   { color:white; }
a:active  { color:white; }
a:focus   { color:black; background-color:white; }
