html {
    background: url(../WhatDoYouSee/TheForest/images/2014-07-28-11h49m52s.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;
    text-align:center;
}

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; }
