<style>

html { 
  background: url(back.jpg) repeat top left fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body { font-family: 'Open Sans', Arial, sans-serif; }

#page-wrap { width: 980px; margin: 60px auto; padding: 20px; background-color: white;}

p, ul, h1 { margin: 0 0 20px 0; }

.footermenu { font-size: small; }

.whitext { color: white; }

</style>