html {
        background: url("2009p5310162.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

p.frontpage
{
position:relative;
left:10px;
top:400px;
font-family:sans-serif;
font-size:1.25em;
text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
color: #9c8468;
opacity: 0.5;
}